Re: Hive master branch broken?

2018-03-27 Thread Mahesh Kumar Behera
Try rebuilding your metastore db using the schema tool .. From: Chaoran Yu Reply-To: "user@hive.apache.org" Date: Wednesday, March 28, 2018 at 10:53 AM To: "user@hive.apache.org" Subject: Hive master branch broken? Hi, I made some changes to a local Hive repo based on the latest master bra

Re: UPDATE in Hive -0.14.0

2014-11-24 Thread Mahesh Kumar
gt; FAILED: SemanticException [Error 10297]: Attempt to do update or delete on > table default.HiveTest that does not use an AcidOutputFormat or is not > bucketed > > Is it beacause of hive.enforce.bucketing – true set in hive-site.xml > Is bucketing like partition? > > > > > &

Re: UPDATE in Hive -0.14.0

2014-11-24 Thread Mahesh Kumar
Hi unmesha sreevani, *Create metastore in mysql and create the tables as per the below link.* https://github.com/apache/hive/blob/trunk/metastore/scripts/upCreate metastore in mysql and create the tables as per the below link.grade/mysql/hive-schema-0.14.0.mysql.sql

Re: Hive 0.14 configuration

2014-11-04 Thread mahesh kumar
est values(1,'Mahesh'); update test set name='Raj' where id=1; delete from test where name='Raj'; Cheers, Mahesh.S On Tue, Nov 4, 2014 at 1:52 PM, mahesh kumar wrote: > Hi Nitin, >I created table with ORC format when i update it shows the > followin

Re: Hive 0.14 configuration

2014-11-04 Thread mahesh kumar
wrote: > currently only ORCFileformat is supports ACIDOutputformat > > So you may want to create a table with orcfile format and see if you are > able to do acid opertaions. > > > > On Tue, Nov 4, 2014 at 1:14 PM, mahesh kumar > wrote: > >> Hi Nitin, >> &g

Re: Hive 0.14 configuration

2014-11-03 Thread mahesh kumar
ration. > > You may want to create a new table from your existing table with > AcidOutPutFormat and insert data from current table to that table and then > try update op on new table > > On Tue, Nov 4, 2014 at 12:11 PM, mahesh kumar > wrote: > >> Hi , >>Is an

Hive 0.14 configuration

2014-11-03 Thread mahesh kumar
Hi , Is anyone tried hive 0.14 configuration.I built it using maven from github. Insert is working fine but when i use update/delete i got the error.First i created table and inserted rows. CREATE TABLE new(id int ,name string)ROW FORMAT DELIMITED FIELDS TERMINATED BY ','; insert into ta

Hive error with mongodb connector

2014-09-20 Thread mahesh kumar
Hi, I got the following error when i trying to connect mongodb with hive using monog-hadoop connector. 2014-09-16 17:32:24,279 INFO [main] org.apache.hadoop.mapreduce.v2.app.MRAppMaster: Created MRAppMaster for application appattempt_1410858694842_0013_01 *2014-09-16 17:32:24,742 FATAL [mai