ALTER TABLE CONCATENATE

2014-04-17 Thread daniel sass
Hi, The CONCATENATE command working just fine for non-bucketing tables. If MY_TABLE created with buckets and when I'm running (for example) the command ALTER TABLE MY_TABLE PARTITION(D='2013-01-01') CONCATENATE - I get following error: "FAILED: SemanticException org.apache.hadoop.hive.ql.parse

RE: DESCRIBE EXTENDED show numRows=0

2014-02-19 Thread Daniel Sass
Hi, I’m using 12.0 version and seems that ANALYZE command doesn’t update the table level statistics while partitions level are just fine. For example (after running the command ANALYZE TABLE T1 partition(date_prt) COMPUTE STATISTICS): I get: . . . Partition db1.t1{date_prt=2014-01-26} stats: [nu