<?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: tjake</title>
		<link><a href='http://www.datastax.com/support-forums/profile/tjake'>tjake</a></link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 20:51:48 +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>bbaribeau on "Can&#039;t run Solr wikipedia sample in cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-run-solr-wikipedia-sample-in-cluster#post-6759</link>
			<pubDate>Wed, 03 Oct 2012 19:04:17 +0000</pubDate>
			<dc:creator>bbaribeau</dc:creator>
			<guid isPermaLink="false">6759@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Finally got around to getting back to this issue.&#60;/p&#62;
&#60;p&#62;Turns out changing the stack size 180k fixed the issue.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sam on "Can&#039;t run Solr wikipedia sample in cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-run-solr-wikipedia-sample-in-cluster#post-6526</link>
			<pubDate>Mon, 17 Sep 2012 07:31:13 +0000</pubDate>
			<dc:creator>sam</dc:creator>
			<guid isPermaLink="false">6526@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Going by the system.log files, there seems to be a problem with the schema on one of the nodes. If this is a test of P.O.C. setup, can you nuke the data directory (i.e. /var/lib/cassandra) on both nodes and start over?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bbaribeau on "Can&#039;t run Solr wikipedia sample in cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-run-solr-wikipedia-sample-in-cluster#post-6461</link>
			<pubDate>Thu, 13 Sep 2012 16:01:16 +0000</pubDate>
			<dc:creator>bbaribeau</dc:creator>
			<guid isPermaLink="false">6461@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I've followed the steps on: &#60;a href=&#34;http://www.datastax.com/docs/1.0/install/install_jre#install-jre-rh&#34; rel=&#34;nofollow&#34;&#62;http://www.datastax.com/docs/1.0/install/install_jre#install-jre-rh&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I'm running 1.6 update 34 from Oracle.  I've already had to modify cassandra-env.sh to set the minimum stack size to 160k (the default of 128k generates an error when starting dse).&#60;/p&#62;
&#60;p&#62;Also I've installed DSE 2.0 if that makes a difference.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "Can&#039;t run Solr wikipedia sample in cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-run-solr-wikipedia-sample-in-cluster#post-6460</link>
			<pubDate>Thu, 13 Sep 2012 13:59:33 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">6460@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;What JVM are you using?  There is a issue in the newest Sun 6/7 JVMs requiring more stack.  You can set this in conf/cassandra-env.sh&#60;/p&#62;
&#60;p&#62;Most people are 180k now.  &#60;/p&#62;
&#60;p&#62;We will update this in the next DSE release.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bbaribeau on "Can&#039;t run Solr wikipedia sample in cluster"</title>
			<link>http://www.datastax.com/support-forums/topic/cant-run-solr-wikipedia-sample-in-cluster#post-6459</link>
			<pubDate>Thu, 13 Sep 2012 13:05:25 +0000</pubDate>
			<dc:creator>bbaribeau</dc:creator>
			<guid isPermaLink="false">6459@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm trying to create a DSE cluster of 2 search nodes to run the wikipedia sample.  Note that everything works fine if I only use one node.&#60;/p&#62;
&#60;p&#62;I can successfully install DSE, OpsCenter, and agents are running on both machines.&#60;/p&#62;
&#60;p&#62;As soon as I run the first script for the wikipedia sample however, my cluster enters a state where only 1 node will ever be up at a time.  Restarting one node will cause the other node to crash.  They error they produce is:&#60;/p&#62;
&#60;p&#62;ERROR 08:56:19,241 Fatal exception in thread Thread[WRITE-/192.168.62.204,5,main]&#60;br /&#62;
java.lang.StackOverflowError&#60;br /&#62;
        at java.net.SocketOutputStream.socketWrite0(Native Method)&#60;br /&#62;
        at java.net.SocketOutputStream.socketWrite(Unknown Source)&#60;br /&#62;
        at java.net.SocketOutputStream.write(Unknown Source)&#60;br /&#62;
        at java.io.BufferedOutputStream.flushBuffer(Unknown Source)&#60;br /&#62;
        at java.io.BufferedOutputStream.flush(Unknown Source)&#60;br /&#62;
        at java.io.DataOutputStream.flush(Unknown Source)&#60;br /&#62;
        at org.apache.cassandra.net.OutboundTcpConnection.writeConnected(OutboundTcpConnection.java:123)&#60;br /&#62;
        at org.apache.cassandra.net.OutboundTcpConnection.run(OutboundTcpConnection.java:99)&#60;/p&#62;
&#60;p&#62;The log files for both nodes can be found at: &#60;a href=&#34;https://docs.google.com/open?id=0B56RRVlR8h2MZENKWjBUN0tsbFE&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/open?id=0B56RRVlR8h2MZENKWjBUN0tsbFE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help as to what's happening would be much appreciated..
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4322</link>
			<pubDate>Mon, 30 Jul 2012 21:24:55 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">4322@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Bah, I found my issue.  I had some 2.0 binaries floating around in my path mucking things up since this didn't work in 2.0.  Got everything cleaned up and it seems to be working now.  Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4320</link>
			<pubDate>Mon, 30 Jul 2012 20:44:29 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">4320@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;you can try test my example on DSE 2.1. I think it should work there as well.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4318</link>
			<pubDate>Mon, 30 Jul 2012 20:41:44 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">4318@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;That's very interesting.  How much longer till that version is released to the general public?  Is it available as a beta anywhere?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-4314</link>
			<pubDate>Mon, 30 Jul 2012 20:32:55 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">4314@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;This is working in the incoming release, I am not sure DSE 2.1&#60;/p&#62;
&#60;p&#62;the following is result that I run&#60;/p&#62;
&#60;p&#62;cqlsh&#38;gt; use ks33;&#60;/p&#62;
&#60;p&#62;cqlsh:ks33&#38;gt; insert into cf3 (key,title,body) values ('12345','This is a title','This is some body text');&#60;br /&#62;
cqlsh:ks33&#38;gt; select * from cf3;&#60;br /&#62;
 KEY   &#124; body                   &#124; title&#60;br /&#62;
-------+------------------------+-----------------&#60;br /&#62;
 12345 &#124; This is some body text &#124; This is a title&#60;/p&#62;
&#60;p&#62;cqlsh:ks33&#38;gt; select * from cf3 where solr_query='text1:is';&#60;br /&#62;
 KEY   &#124; body                   &#124; title&#60;br /&#62;
-------+------------------------+-----------------&#60;br /&#62;
 12345 &#124; This is some body text &#124; This is a title&#60;/p&#62;
&#60;p&#62;cqlsh:ks33&#38;gt; select * from cf3 where solr_query='text1:body';&#60;br /&#62;
 KEY   &#124; body                   &#124; title&#60;br /&#62;
-------+------------------------+-----------------&#60;br /&#62;
 12345 &#124; This is some body text &#124; This is a title&#60;/p&#62;
&#60;p&#62;schema.xml&#60;/p&#62;
&#60;p&#62;&#38;lt;?xml version=&#34;1.0&#34; encoding=&#34;UTF-8&#34; ?&#38;gt;&#60;br /&#62;
&#38;lt;schema name=&#34;wikipedia&#34; version=&#34;1.1&#34;&#38;gt;&#60;br /&#62;
 &#38;lt;types&#38;gt;&#60;br /&#62;
  &#38;lt;fieldType name=&#34;string&#34; class=&#34;solr.StrField&#34;/&#38;gt;&#60;br /&#62;
  &#38;lt;fieldType name=&#34;text&#34; class=&#34;solr.TextField&#34;&#38;gt;&#60;br /&#62;
    &#38;lt;analyzer&#38;gt;&#38;lt;tokenizer class=&#34;solr.WikipediaTokenizerFactory&#34;/&#38;gt;&#38;lt;/analyzer&#38;gt;&#60;br /&#62;
  &#38;lt;/fieldType&#38;gt;&#60;br /&#62;
 &#38;lt;/types&#38;gt;&#60;br /&#62;
 &#38;lt;fields&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;id&#34;  type=&#34;string&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;name&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;body&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;title&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;date&#34;  type=&#34;string&#34; indexed=&#34;true&#34;  stored=&#34;true&#34;/&#38;gt;&#60;br /&#62;
    &#38;lt;field name=&#34;text1&#34;  type=&#34;text&#34; indexed=&#34;true&#34;  stored=&#34;true&#34; multiValued=&#34;true&#34;/&#38;gt;&#60;br /&#62;
 &#38;lt;/fields&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;defaultSearchField&#38;gt;body&#38;lt;/defaultSearchField&#38;gt;&#60;br /&#62;
&#38;lt;uniqueKey&#38;gt;id&#38;lt;/uniqueKey&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;copyField source=&#34;body&#34; dest=&#34;text1&#34;/&#38;gt;&#60;br /&#62;
&#38;lt;copyField source=&#34;title&#34; dest=&#34;text1&#34;/&#38;gt;&#60;/p&#62;
&#60;p&#62;&#38;lt;/schema&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>alexliu on "How do I update Hive table when columns are added to Cassandra?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-do-i-update-hive-table-when-columns-are-added-to-cassandra#post-4283</link>
			<pubDate>Mon, 30 Jul 2012 17:14:11 +0000</pubDate>
			<dc:creator>alexliu</dc:creator>
			<guid isPermaLink="false">4283@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Drop HiveMetaStore keyspace and MetaStore column family. Then restart DSE, restart HIVE, you should have a fresh start.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonusko on "How do I update Hive table when columns are added to Cassandra?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-do-i-update-hive-table-when-columns-are-added-to-cassandra#post-3916</link>
			<pubDate>Thu, 26 Jul 2012 21:34:11 +0000</pubDate>
			<dc:creator>jonusko</dc:creator>
			<guid isPermaLink="false">3916@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Yes. I was starting/stopping cqlsh and dse hive from the same shell prompt and never had them running at the same time.&#60;/p&#62;
&#60;p&#62;I tried a lot of things to make this work, one of them was to delete the Hive database definition in the HiveMetaStore.MetaStore. I only deleted the one row in the MetaStore that corresponded with my Hive database. Now, Hive will no longer run properly. When I try to &#34;use&#34; any database in Hive, I get an OutOfMemoryError: GC overhead limit reached. I tried restarting dse cassandra and dse hive, but Hive still is broken. Is there anyway to fix Hive?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tjake on "How do I update Hive table when columns are added to Cassandra?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-do-i-update-hive-table-when-columns-are-added-to-cassandra#post-3909</link>
			<pubDate>Thu, 26 Jul 2012 20:02:44 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">3909@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Did you restart Hive before #6?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jonusko on "How do I update Hive table when columns are added to Cassandra?"</title>
			<link>http://www.datastax.com/support-forums/topic/how-do-i-update-hive-table-when-columns-are-added-to-cassandra#post-3906</link>
			<pubDate>Thu, 26 Jul 2012 19:44:38 +0000</pubDate>
			<dc:creator>jonusko</dc:creator>
			<guid isPermaLink="false">3906@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;If I define all the columns for a column family in Cassandra, I see that they are automatically defined in Hive. If I use ALTER TABLE to add a column in Cassandra, this column does not get added to the Hive metastore thus it is not visible to Hive. Hive does not let me modify an external table. So how do I get my Hive table back in sync with the Cassandra column family?&#60;/p&#62;
&#60;p&#62;Steps to reproduce:&#60;br /&#62;
1) Create table in cqlsh.&#60;br /&#62;
2) Insert row in table using cqlsh.&#60;br /&#62;
3) Select row in Hive to verify the data.&#60;br /&#62;
4) Alter table in cqlsh and add a new column.&#60;br /&#62;
5) Update new column with a value in cqlsh.&#60;br /&#62;
6) Select row in Hive to verify the new column's data.&#60;/p&#62;
&#60;p&#62;In step #6, select * does not return the new column and select newColumn returns an error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-3897</link>
			<pubDate>Thu, 26 Jul 2012 18:07:23 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">3897@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Ok, here's some steps to reproduce the problem.&#60;/p&#62;
&#60;p&#62;First modify the wikipedia schema as follows:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;schema name=&#38;quot;wikipedia&#38;quot; version=&#38;quot;1.1&#38;quot;&#38;gt;
 &#38;lt;types&#38;gt;
  &#38;lt;fieldType name=&#38;quot;string&#38;quot; class=&#38;quot;solr.StrField&#38;quot;/&#38;gt;
  &#38;lt;fieldType name=&#38;quot;text&#38;quot; class=&#38;quot;solr.TextField&#38;quot;&#38;gt;
    &#38;lt;analyzer&#38;gt;&#38;lt;tokenizer class=&#38;quot;solr.WikipediaTokenizerFactory&#38;quot;/&#38;gt;&#38;lt;/analyzer&#38;gt;
  &#38;lt;/fieldType&#38;gt;
 &#38;lt;/types&#38;gt;
 &#38;lt;fields&#38;gt;
    &#38;lt;field name=&#38;quot;id&#38;quot;  type=&#38;quot;string&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;body&#38;quot;  type=&#38;quot;text&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;text&#38;quot;  type=&#38;quot;text&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot; multiValued=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;title&#38;quot;  type=&#38;quot;text&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
    &#38;lt;field name=&#38;quot;date&#38;quot;  type=&#38;quot;string&#38;quot; indexed=&#38;quot;true&#38;quot;  stored=&#38;quot;true&#38;quot;/&#38;gt;
 &#38;lt;/fields&#38;gt;

&#38;lt;defaultSearchField&#38;gt;text&#38;lt;/defaultSearchField&#38;gt;
&#38;lt;uniqueKey&#38;gt;id&#38;lt;/uniqueKey&#38;gt;

&#38;lt;copyField source=&#38;quot;body&#38;quot; dest=&#38;quot;text&#38;quot;/&#38;gt;
&#38;lt;copyField source=&#38;quot;title&#38;quot; dest=&#38;quot;text&#38;quot;/&#38;gt;
&#38;lt;/schema&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Run the add schema script.&#60;/p&#62;
&#60;p&#62;From cqlsh add a record:&#60;br /&#62;
&#60;code&#62;cqlsh:wiki&#38;gt; insert into solr (key,title,body) values (&#38;#039;12345&#38;#039;,&#38;#039;This is a title&#38;#039;,&#38;#039;This is some body text&#38;#039;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Now from the solr admin tool, query for body.  You will get nothing as it is searching the 'text' field and nothing has been copied to it.  If you instead search for body:body (search for body within the body field), you get your record back.&#60;/p&#62;
&#60;p&#62;The copyField is definitely not happening.&#60;/p&#62;
&#60;p&#62;This is running a single solr node.  The keyspace is using SimpleStrategy with RF=1.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jkusar on "Data inserted via CQL does not get run through Solr&#039;s copyField directives"</title>
			<link>http://www.datastax.com/support-forums/topic/data-inserted-via-cql-does-not-get-run-through-solrs-copyfield-directives/page/2#post-3896</link>
			<pubDate>Thu, 26 Jul 2012 17:47:40 +0000</pubDate>
			<dc:creator>jkusar</dc:creator>
			<guid isPermaLink="false">3896@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I'm not using dynamic fields.  All nodes are Solr.  My schema is posted in another recent thread about copyField.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
