Re: Issue while running Hive 0.13

2014-07-16 Thread Sarath Chandra
Thanks Jason. It worked. There was a different version of SLF4J libraries existing in $HADOOP_HOME/lib. Once I synced both the libraries, it started working. On Fri, Jul 11, 2014 at 11:25 PM, Jason Dere wrote: > Looking at that error online, I see > http://slf4j.org/faq.html#compatibility > May

Re: Issue while running Hive 0.13

2014-07-11 Thread Jason Dere
Looking at that error online, I see http://slf4j.org/faq.html#compatibility Maybe try to find what version of the slf libraries you have installed (in hadoop? hive?), and try updating to later version. On Jul 10, 2014, at 9:57 PM, Sarath Chandra wrote: > I'm using Hadoop 1.0.4. Suspecting so

Re: Issue while running Hive 0.13

2014-07-10 Thread Sarath Chandra
I'm using Hadoop 1.0.4. Suspecting some compatibility issues I moved from Hive 0.13 to Hive 0.12. But the exceptions related to SL4J still persist. Unable to move forward with hive to finalize a critical product design. Can somebody please help me? On Wed, Jul 9, 2014 at 11:25 AM, Sarath Chandra

Re: Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
Thanks Deepesh. To use hive with embedded derby mode, I have put the below configuration in hive-site.xml. As suggested on the net, I ran "schematool -dbType derby -initSchema" and it created $HIVE_HOME/metastore_db folder. Then as suggested by you, I ran "hive --service metastore". Strangely I'm

Re: Issue while running Hive 0.13

2014-07-08 Thread D K
Did you start the Hive Metastore? You can start that by running hive --service metastore On Tue, Jul 8, 2014 at 5:27 AM, Sarath Chandra < sarathchandra.jos...@algofusiontech.com> wrote: > Thanks Santhosh. > So before going to launch hive shell, we need to start hive server is what > I understan

Re: Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
Thanks Santhosh. So before going to launch hive shell, we need to start hive server is what I understand. I tried starting hive server by running ./bin/hiveserver2. It just prompts "Starting HiveServer2" and keeps waiting. Nothing is happening even after waiting for several minutes. On Tue, Jul 8

Re: Issue while running Hive 0.13

2014-07-08 Thread Santhosh Thomas
how did you start hive? Use hive-server2 From: Sarath Chandra To: user@hive.apache.org Sent: Tuesday, July 8, 2014 4:02 PM Subject: Issue while running Hive 0.13 Hi, I'm a newbie to Hive. Facing an issue while installing hive stable version (0.13). I dow