<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>DataStax Support Forums &#187; User Favorites: alexeibakanov</title>
		<link><a href='http://www.datastax.com/support-forums/profile/alexeibakanov'>alexeibakanov</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 15:44:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.datastax.com/support-forums/search.php</link>
		</textInput>
		<atom:link href="http://www.datastax.com/support-forums/rss/profile/" rel="self" type="application/rss+xml" />

		<item>
			<title>mbulman on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-8810</link>
			<pubDate>Wed, 30 Jan 2013 19:57:32 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">8810@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The original bug mentioned here is not fixed in 2.1.3, but will be in 3.0, which is due out in February.&#60;/p&#62;
&#60;p&#62;hjarraya: If you're not seeing the column families at all in the data modeling section, I would suspect it's due to the fact that OpsCenter doesn't currently work with column families created via CQL3, unless the &#34;WITH COMPACT STORAGE&#34; directive was used.  Is that the case here?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>hjarraya on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-8807</link>
			<pubDate>Wed, 30 Jan 2013 17:12:44 +0000</pubDate>
			<dc:creator>hjarraya</dc:creator>
			<guid isPermaLink="false">8807@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hi Guys, &#60;/p&#62;
&#60;p&#62;Is this fixed in 2.1.3? I just want to know if it's a bug or I miss-configured OpsCenter community.&#60;/p&#62;
&#60;p&#62;When I browse to data modelling I do not see my composite families. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;H
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexei.bakanov on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-6470</link>
			<pubDate>Fri, 14 Sep 2012 05:46:08 +0000</pubDate>
			<dc:creator>alexei.bakanov</dc:creator>
			<guid isPermaLink="false">6470@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Great stuff. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thobbs on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-6462</link>
			<pubDate>Thu, 13 Sep 2012 16:20:41 +0000</pubDate>
			<dc:creator>thobbs</dc:creator>
			<guid isPermaLink="false">6462@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Alexei,&#60;/p&#62;
&#60;p&#62;There does appear to be a bug with in OpsCenter 2.x related to TimeUUIDType components inside of a CompositeType. We should be able to get a fix for that into the next release; I'll post a note here when a release that includes the fix is out.&#60;/p&#62;
&#60;p&#62;Thanks for reporting this!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexei.bakanov on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-6441</link>
			<pubDate>Wed, 12 Sep 2012 13:17:56 +0000</pubDate>
			<dc:creator>alexei.bakanov</dc:creator>
			<guid isPermaLink="false">6441@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes we are on 2.1.2&#60;br /&#62;
For example this schema causing &#60;code&#62;Problem while calling CFDataController exceptions.TypeError: sequence item 0: expected string, tuple found&#60;/code&#62; when clicking on column family name in data explorer:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;create column family Rollup1d
  with column_type = &#38;#039;Standard&#38;#039;
  and comparator = &#38;#039;CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.AsciiType)&#38;#039;
  and default_validation_class = &#38;#039;FloatType&#38;#039;
  and key_validation_class = &#38;#039;AsciiType&#38;#039;
  and rows_cached = 0.0
  and row_cache_save_period = 0
  and row_cache_keys_to_save = 2147483647
  and keys_cached = 200000.0
  and key_cache_save_period = 14400
  and read_repair_chance = 1.0
  and gc_grace = 864000
  and min_compaction_threshold = 4
  and max_compaction_threshold = 32
  and replicate_on_write = true
  and row_cache_provider = &#38;#039;SerializingCacheProvider&#38;#039;
  and compaction_strategy = &#38;#039;org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#38;#039;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In our development cluster we have a column family with composite column name in column_metadata. There we get 0 Keyspaces in Data Explorer with same exception but in InspectKeyspaceController. Schema for that:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;create column family Inbox
  with column_type = &#38;#039;Standard&#38;#039;
  and comparator = &#38;#039;CompositeType(org.apache.cassandra.db.marshal.TimeUUIDType,org.apache.cassandra.db.marshal.AsciiType)&#38;#039;
  and default_validation_class = &#38;#039;UTF8Type&#38;#039;
  and key_validation_class = &#38;#039;UTF8Type&#38;#039;
  and rows_cached = 0.0
  and row_cache_save_period = 0
  and row_cache_keys_to_save = 0
  and keys_cached = 200000.0
  and key_cache_save_period = 14400
  and read_repair_chance = 1.0
  and gc_grace = 864000
  and min_compaction_threshold = 4
  and max_compaction_threshold = 32
  and replicate_on_write = true
  and row_cache_provider = &#38;#039;SerializingCacheProvider&#38;#039;
  and compaction_strategy = &#38;#039;org.apache.cassandra.db.compaction.SizeTieredCompactionStrategy&#38;#039;
  and column_metadata = [
    {column_name : &#38;#039;82b41c7a-f1b2-11e1-8122-2c768ae5fa9a:owner&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;OWNER_INDEX&#38;#039;,
    index_type : 0},
    {column_name : &#38;#039;82b41c7a-f1b2-11e1-8122-2c768ae5fa9a:label1&#38;#039;,
    validation_class : UTF8Type,
    index_name : &#38;#039;LABEL1_INDEX&#38;#039;,
    index_type : 0}];&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>mbulman on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-6439</link>
			<pubDate>Wed, 12 Sep 2012 12:44:23 +0000</pubDate>
			<dc:creator>mbulman</dc:creator>
			<guid isPermaLink="false">6439@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;The current version of OpsCenter (2.1.2) should support composite columns in the Data Explorer.  If you're already on that version, can you post your schema for any column families that you think might be breaking things.  Do you see any obvious errors in opscenterd.log?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexei.bakanov on "Support for composite columns in Data Explorer"</title>
			<link>http://www.datastax.com/support-forums/topic/support-for-composite-columns-in-data-explorer#post-6437</link>
			<pubDate>Wed, 12 Sep 2012 11:59:41 +0000</pubDate>
			<dc:creator>alexei.bakanov</dc:creator>
			<guid isPermaLink="false">6437@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Is it possible to include support for showing composite columns in Data Explorer in the next version? I would also be happy to see support for composite columns in column_metadata in the schema. Now Data Explorer shows 0 keyspaces if any CF has composite columns in column_metadata field (we use it to create secondary indexes).
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
