Unsubscribe

2016-08-15 Thread Sarath Chandra

Re: Error communicating with metastore

2015-08-21 Thread Sarath Chandra
o using dbcp. You can try this by setting > datanucleus.connectionPoolingType to dbcp on your thrift metastore and > then restarting the thrift metastore. > > Alan. > > Sarath Chandra > August 7, 2015 at 6:13 > Thanks Eugene, Alan. > > @Alan, > As suggested checked the log

Re: Error communicating with metastore

2015-08-07 Thread Sarath Chandra
he next step is to look at the logs from your Hive metastore server > and see exactly what's happening. The error you're seeing is from the > client. On your metastore server there should be logs with the same > timestamp giving details on why the transaction operation failed. &

Re: Error communicating with metastore

2015-08-03 Thread Sarath Chandra
You can determine whether this was done by > looking for a table named TXNS in the hive schema on your Oracle db. > > Alan. > > Sarath Chandra > 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 u

Re: Error communicating with metastore

2015-08-03 Thread Sarath Chandra
sactions.html >> >> You need to specify the following properties as well: >> >>- >> >>hive.txn.driver >>- >> >>hive.compactor.initiator.on >>- >> >>hive.compactor.worker.threads >> >> >>

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 enabl

Re: Case sensitiveness of hive partition column

2015-05-12 Thread Sarath Chandra
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, >

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 loc

Re: Issue while running Hive 0.13

2014-07-16 Thread Sarath Chandra
bility > 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

Re: Issue while running Hive 0.13

2014-07-10 Thread Sarath Chandra
; > > hive.exec.scratchdir > /tmp/hduser > > > > > On Tue, Jul 8, 2014 at 11:20 PM, D K wrote: > >> Did you start the Hive Metastore? You can start that by running >> hive --service metastore >> >> >> >> On Tue, Jul 8,

Re: Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
g > 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 understand. >>

Re: Issue while running Hive 0.13

2014-07-08 Thread Sarath Chandra
n Tue, Jul 8, 2014 at 4:16 PM, Santhosh Thomas wrote: > 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 &

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 ) and followed the instructions given on Hive Wiki

Re: Issue while using hive 0.9

2012-09-18 Thread Sarath Chandra
; Replaced antlr JAR with the same version as it came in hive binary >> (3.0.1). >> >> Anything else I have to do? Do I need to make any changes in hive->conf >> folder? >> >> >> On Tuesday 18 September 2012 10:35 AM, Ashutosh Chauhan 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 di