Hive external table not showing partitions -


i have created external table using hive.

hive> desc <table_name>; 

shows following output:

ok transactiontype         string                                       transactionid           int                                          sourcenumber            int                                          destnumber              int                                          amount                  int                                          assumedfield1           int                                          transactionstatus       string                                       assumedfield2           int                                          assumedfield3           int                                          transactiondate         date                                         customerid              int                                           # partition information       # col_name              data_type               comment                 transactiondate       date                                           customerid            int                                            time taken: 0.094 seconds, fetched: 17 row(s) 

but when execute following command:

hive> show partitions <dbname.tablename>; ok time taken: 0.11 seconds 

no partitions shown. might problem? when see hive.log, data in table seems paritioned according 'transactiondate' , 'customerid' fields. max number of partitions single node should have? have set 1000 partitions.

2015-06-15 10:33:44,713 info  [localjobrunner map task executor #0]:       exec.filesinkoperator (filesinkoperator.java:createbucketforfileidx(593)) - writing temp file: fs hdfs://localhost:54310/home/deepak/mobile_money_jan.txt/.hive-staging_hive_2015-06-15_10-30-53_308_5507019849041735537-1/_task_tmp.-ext-10002/transactiondate=2015-01-16/customerid=34560544/_tmp.000002_0 

i running hive on single node hadoop cluster.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -