Unsubscribe

2016-08-15 Thread Sarath Chandra

Re: Error communicating with metastore

2015-08-21 Thread Sarath Chandra
datanucleus.connectionPoolingType to dbcp on your thrift metastore and then restarting the thrift metastore. Alan. Sarath Chandra sarathchandra.jos...@algofusiontech.com August 7, 2015 at 6:13 Thanks Eugene, Alan. @Alan, As suggested checked the logs, here is what I found

Re: Error communicating with metastore

2015-08-03 Thread Sarath Chandra
You need to specify the following properties as well: - hive.txn.driver - hive.compactor.initiator.on - hive.compactor.worker.threads On Mon, Aug 3, 2015 at 8:29 AM, Sarath Chandra sarathchandra.jos...@algofusiontech.com wrote: Hi All, Earlier I was using hive

Re: Error communicating with metastore

2015-08-03 Thread Sarath Chandra
in the hive schema on your Oracle db. Alan. Sarath Chandra sarathchandra.jos...@algofusiontech.com August 3, 2015 at 6:29 Hi All, Earlier I was using hive 0.13.0 and now trying to migrate to latest version to utilize the transaction support introduced from hive 0.14.0. I downloaded hive 1.2.1

Error communicating with metastore

2015-08-03 Thread Sarath Chandra
Hi All, Earlier I was using hive 0.13.0 and now trying to migrate to latest version to utilize the transaction support introduced from hive 0.14.0. I downloaded hive 1.2.1, created a metastore in oracle database and provided all the required configuration parameters in conf/hive-site.xml to

Case sensitiveness of hive partition column

2015-05-12 Thread Sarath Chandra
Hi All, I've created a external table in hive as - create table table1(...) partitioned by(CONTEXT_ID string) row format delimited fields terminated by '\\;' location '/user/sarath/table1/'; Then I created a HDFS folder as '/user/sarath/table1/CONTEXT_ID=A123' and copied the data file to this

Re: Case sensitiveness of hive partition column

2015-05-12 Thread Sarath Chandra
are case sensitive.I've noticed it in hive 0.14 version.I remember column name was insensitive for earlier versions. Regards, Nitin On May 12, 2015 5:03 PM, Sarath Chandra sarathchandra.jos...@algofusiontech.com wrote: Hi All, I've created a external table in hive as - create table table1

Re: Issue while running Hive 0.13

2014-07-16 Thread Sarath Chandra
#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 sarathchandra.jos...@algofusiontech.com wrote: I'm using Hadoop 1.0.4. Suspecting some compatibility

Re: Issue while running Hive 0.13

2014-07-10 Thread Sarath Chandra
/name value/tmp/hduser/value /property /configuration On Tue, Jul 8, 2014 at 11:20 PM, D K deepe...@gmail.com wrote: 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

Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
Hi, I'm a newbie to Hive. Facing an issue while installing hive stable version (0.13). I downloaded the tar file from the site ( apache-hive-0.13.1-bin.tar.gz http://apache.cs.utah.edu/hive/hive-0.13.1/apache-hive-0.13.1-bin.tar.gz) and followed the instructions given on Hive Wiki

Re: Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
, 2014 at 4:16 PM, Santhosh Thomas santhosh.tho...@yahoo.com wrote: how did you start hive? Use hive-server2 -- *From:* Sarath Chandra sarathchandra.jos...@algofusiontech.com *To:* user@hive.apache.org *Sent:* Tuesday, July 8, 2014 4:02 PM *Subject:* Issue while

Re: Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
8, 2014 at 11:20 PM, D K deepe...@gmail.com wrote: 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

Re: Issue while using hive 0.9

2012-09-18 Thread Sarath Chandra
-conf folder? On Tuesday 18 September 2012 10:35 AM, Ashutosh Chauhan wrote: Only thing which is different then usual setups is jdk1.7 Is it possible for you to test with jdk1.6 ? Ashutosh On Mon, Sep 17, 2012 at 10:02 PM, Sarath Chandra sarathchandra.jos...@algofusiontech.com wrote

Re: Issue while using hive 0.9

2012-09-17 Thread Sarath Chandra
@Ashutosh I haven't built my hive from sources. I just downloaded the binaries from the site. The downloaded tar has come with 3.0.1 version of antlr. I didn't do any changes. Just set the environment variables and invoked hive and got this error. I checked out sources and tried to build hive as