<?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: hive error on redhat linux</title>
		<link>http://www.datastax.com/support-forums/topic/hive-error-on-redhat-linux</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 21:41:00 +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/hive-error-on-redhat-linux" rel="self" type="application/rss+xml" />

		<item>
			<title>tjake on "hive error on redhat linux"</title>
			<link>http://www.datastax.com/support-forums/topic/hive-error-on-redhat-linux#post-2286</link>
			<pubDate>Thu, 21 Jun 2012 19:18:08 +0000</pubDate>
			<dc:creator>tjake</dc:creator>
			<guid isPermaLink="false">2286@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;It should have been picked up. can you paste the output of: dse hadoop org.apache.hadoop.util.PlatformName
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "hive error on redhat linux"</title>
			<link>http://www.datastax.com/support-forums/topic/hive-error-on-redhat-linux#post-2212</link>
			<pubDate>Mon, 18 Jun 2012 14:29:11 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">2212@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;setting the  LD_LIBRARY_PATH to point to the hadoop native library fixed the issue.&#60;br /&#62;
I dont remember seeing it the dse install docs, please add it to your dse install documentation.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "hive error on redhat linux"</title>
			<link>http://www.datastax.com/support-forums/topic/hive-error-on-redhat-linux#post-2164</link>
			<pubDate>Wed, 13 Jun 2012 21:27:27 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">2164@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I did the manual install. cassandra, hadoop everything seems to work fine but I am having trouble running hive&#60;br /&#62;
Here is the status from dsetool&#60;br /&#62;
159.127.13.81   Cassandra   rack1       Cassandra       Up     Normal  5.97 MB         50.00%  0&#60;br /&#62;
159.127.13.93   Analytics   rack1       Analytics(JT)   Up     Normal  8.55 MB         0.00%   10&#60;br /&#62;
159.127.13.92   Analytics   rack1       Analytics(tt)   Up     Normal  3.18 MB         50.00%  85070591730234615865843651857942052864&#60;/p&#62;
&#60;p&#62;Trying to run the portfolio demo. I was able to insert/update prices. I am getting the below error trying to run hive for the 10 day loss script.&#60;br /&#62;
Even running dse hive, I get the same linkage error&#60;/p&#62;
&#60;p&#62;It is on redhat&#60;br /&#62;
Linux ulvdxxx.xxxxxx.com 2.6.18-308.8.1.el5 #1 SMP Fri May 4 16:43:02 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux&#60;/p&#62;
&#60;p&#62;Exception in thread &#34;main&#34; java.lang.UnsatisfiedLinkError: org.apache.hadoop.util.HadoopProcess.execProcess([Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;Ljava/io/FileDescriptor;)I&#60;br /&#62;
at org.apache.hadoop.util.HadoopProcess.execProcess(Native Method)&#60;br /&#62;
at org.apache.hadoop.util.HadoopProcess.access$900(HadoopProcess.java:11)&#60;br /&#62;
at org.apache.hadoop.util.HadoopProcess$1.run(HadoopProcess.java:124)&#60;br /&#62;
at java.security.AccessController.doPrivileged(Native Method)&#60;br /&#62;
at org.apache.hadoop.util.HadoopProcess.start(HadoopProcess.java:118)&#60;br /&#62;
at org.apache.hadoop.util.HadoopProcess.&#38;lt;init&#38;gt;(HadoopProcess.java:100)&#60;br /&#62;
at org.apache.hadoop.util.Shell.startProcess(Shell.java:214)&#60;br /&#62;
at org.apache.hadoop.util.Shell.runCommand(Shell.java:225)&#60;br /&#62;
at org.apache.hadoop.util.Shell.run(Shell.java:182)&#60;br /&#62;
at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:401)&#60;br /&#62;
at org.apache.hadoop.util.Shell.execCommand(Shell.java:487)&#60;br /&#62;
at org.apache.hadoop.util.Shell.execCommand(Shell.java:470)&#60;br /&#62;
at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getUnixGroups(ShellBasedUnixGroupsMapping.java:68)&#60;br /&#62;
at org.apache.hadoop.security.ShellBasedUnixGroupsMapping.getGroups(ShellBasedUnixGroupsMapping.java:45)&#60;br /&#62;
at org.apache.hadoop.security.Groups.getGroups(Groups.java:79)&#60;br /&#62;
at org.apache.hadoop.security.UserGroupInformation.getGroupNames(UserGroupInformation.java:988)&#60;br /&#62;
at org.apache.hadoop.hive.ql.security.HadoopDefaultAuthenticator.setConf(HadoopDefaultAuthenticator.java:62)&#60;br /&#62;
at org.apache.hadoop.util.ReflectionUtils.setConf(ReflectionUtils.java:62)&#60;br /&#62;
at org.apache.hadoop.util.ReflectionUtils.newInstance(ReflectionUtils.java:117)&#60;br /&#62;
at org.apache.hadoop.hive.ql.metadata.HiveUtils.getAuthenticator(HiveUtils.java:222)&#60;br /&#62;
at org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:270)&#60;br /&#62;
at org.apache.hadoop.hive.cli.CliDriver.run(CliDriver.java:603)&#60;br /&#62;
at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:554)&#60;br /&#62;
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&#60;br /&#62;
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&#60;br /&#62;
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&#60;br /&#62;
at java.lang.reflect.Method.invoke(Method.java:597)&#60;br /&#62;
at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
