Re: Can not Drop Table/View in Hive

2015-06-19 Thread Amjad ALSHABANI
Hello, Just for the record: I ve got my issue resolved. by adding to my hive-site.xml the property: datanucleus.fixedDatastore true But still do not understand how does that impact the metastore :( Amajd On Thu, Jun 18, 2015 at 5:29 PM, Amjad ALSHABANI wrote: > Hello All, > > I m ha

Can not Drop Table/View in Hive

2015-06-18 Thread Amjad ALSHABANI
Hello All, I m having an issue when trying to droping a table (or a view) in hive: I m using Hive0.14, metastore MySql, hadoop 2.4, HDP 2.2.4 when issuing the following command: $ hive -e "use poc_pdd; show tables;" it hangs... when activating the DEBUG (just getting hte last lines from the ou