<?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; Topic: 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</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 02:00:12 +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/topic/how-do-i-update-hive-table-when-columns-are-added-to-cassandra" rel="self" type="application/rss+xml" />

		<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>

	</channel>
</rss>
