<?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: Hadoop User Experience (HUE) or workalike?</title>
		<link>http://www.datastax.com/support-forums/topic/hadoop-user-environment-hue-or-workalike</link>
		<description>Software, Support, and Training for Apache Cassandra</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 07:43:51 +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/hadoop-user-environment-hue-or-workalike" rel="self" type="application/rss+xml" />

		<item>
			<title>Anonymous on "Hadoop User Experience (HUE) or workalike?"</title>
			<link>http://www.datastax.com/support-forums/topic/hadoop-user-environment-hue-or-workalike#post-572</link>
			<pubDate>Fri, 21 Oct 2011 00:14:04 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">572@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;I dug a little deeper into this issue...&#60;/p&#62;
&#60;p&#62;I installed HUE on one of my Brisk/DSE machines. With some config/classpath/jar fiddling, I got HUE to start up and launch the web interface.&#60;/p&#62;
&#60;p&#62;However, I can't interact with DSE/Hadoop through HUE.&#60;/p&#62;
&#60;p&#62;The blocker seems to be this:&#60;/p&#62;
&#60;p&#62;When Beeswax (The HUE Hive connector) starts up, it reports an error:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;Exception in thread &#38;quot;main&#38;quot; java.lang.NoClassDefFoundError: org/apache/thrift/server/TThreadPoolServer$Options
        at com.cloudera.beeswax.Server.serveBeeswax(Server.java:190)
        at com.cloudera.beeswax.Server.main(Server.java:151)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
Caused by: java.lang.ClassNotFoundException: org.apache.thrift.server.TThreadPoolServer$Options
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
        ... 7 more&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That missing class: org.apache.thrift.server.TThreadPoolServer$Options was defined in thrift 0.5 [1], but was removed for thrift 0.6 [2] (which is the version that ships with DSE). In fact, you can see that hue depends on libthrift 0.5 by inspecting the hue pom.xml [3]&#60;/p&#62;
&#60;p&#62;I filed an issue with the HUE project to ask about this.[4]&#60;/p&#62;
&#60;p&#62;References: &#60;/p&#62;
&#60;p&#62;[1] &#60;a href=&#34;https://svn.apache.org/repos/asf/thrift/branches/0.5.x/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java&#34; rel=&#34;nofollow&#34;&#62;https://svn.apache.org/repos/asf/thrift/branches/0.5.x/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[2]&#60;br /&#62;
&#60;a href=&#34;https://svn.apache.org/repos/asf/thrift/branches/0.6.x/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java&#34; rel=&#34;nofollow&#34;&#62;https://svn.apache.org/repos/asf/thrift/branches/0.6.x/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[3] &#60;a href=&#34;https://github.com/cloudera/hue/blob/master/maven/pom.xml&#34; rel=&#34;nofollow&#34;&#62;https://github.com/cloudera/hue/blob/master/maven/pom.xml&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;[4]&#60;br /&#62;
&#60;a href=&#34;https://github.com/cloudera/hue/issues/6&#34; rel=&#34;nofollow&#34;&#62;https://github.com/cloudera/hue/issues/6&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Anonymous on "Hadoop User Experience (HUE) or workalike?"</title>
			<link>http://www.datastax.com/support-forums/topic/hadoop-user-environment-hue-or-workalike#post-567</link>
			<pubDate>Tue, 18 Oct 2011 00:34:42 +0000</pubDate>
			<dc:creator>Anonymous</dc:creator>
			<guid isPermaLink="false">567@http://www.datastax.com/support-forums/</guid>
			<description>&#60;p&#62;Hadoop User Experience (HUE) is a nice GUI front-end for the Hadoop ecosystem, especially for DFS browsing and Hive:&#60;br /&#62;
&#60;a href=&#34;http://www.cloudera.com/blog/2010/07/whats-new-in-cdh3b2-hue/&#34; rel=&#34;nofollow&#34;&#62;http://www.cloudera.com/blog/2010/07/whats-new-in-cdh3b2-hue/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;I attempted to install HUE on my Brisk cluster, but couldn't get it to work. It seems that HUE depends on some special modifications that Cloudera made to their Hadoop distro (CDH).&#60;/p&#62;
&#60;p&#62;Since Cloudera's distro (including HUE), is open source, is there any way (or plans to develop a way) to make a version on HUE + DataStax Enterprise that work together?&#60;/p&#62;
&#60;p&#62;Or any plans for an OpsCenter funtionality for similar tasks, such as running Hive Queries?&#60;/p&#62;
&#60;p&#62;I found an article online that claimed : &#34;[VP of Product, Ben] Werther noted that the Cloudera Hue browser-based interface for Hadoop works with Brisk. &#60;a href=&#34;http://www.infoq.com/news/2011/03/structure_big_data&#34; rel=&#34;nofollow&#34;&#62;http://www.infoq.com/news/2011/03/structure_big_data&#60;/a&#62; , so maybe HUE already works on Brisk/DSE with proper configuration, or worked in the past?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
