I tried creating Hive (0.14) table using stored as ORC. When inserting from query editor it failed.
so I tried creating the table using bucket and table properties (transaction true) and insert data from query editor worked. However, oozie workflow doing the same insert failed.
The question I have is
1. Does Hive 0.14 mandates specifying bucketing and table properties as I mentioned above ?
2. How can I insert records successfully via oozie workflow?
Please advise,
Thanks.