Re: hive transactional table compaction fails

2016-10-26 Thread aft
efault | a| NULL | MINOR | attempted | NULL | 0 | +---+--++++++--+ 6 rows selected (0.065 seconds) 0: jdbc:hive2://hadoop1.openstacksetup.com:21> > >

Re: hive transactional table compaction fails

2016-10-25 Thread aft
fic partition or all of them? > > On 10/25/16, 12:47 AM, "aft" wrote: > >>Hi, >> >>Table created with this : >> >>$hive>create table syslog_staged (id string, facility string, >>sender string, severity string, tstamp string, service str

Re: class not found exception

2016-10-25 Thread aft
On Tue, Oct 25, 2016 at 6:11 AM, Rajendra Bhat wrote: > Hi, > > i am getting below error on create extrnal table. I have copied > hadoop-aws-2.7.1.jar and aws-java-sdk-1.7.4.jar to hive_home/lib folder. > please let me know where should need to place supporting jar.. > > > hive> create external ta

hive transactional table compaction fails

2016-10-25 Thread aft
Hi, Table created with this : $hive>create table syslog_staged (id string, facility string, sender string, severity string, tstamp string, service string, msg string) partitioned by (hostname string, year string, month string, day string) clustered by (id) into 20 buckets stored as orc tblpr