Created 03-17-2016 01:34 PM
Created 03-17-2016 01:51 PM
@mike pal please view my example https://github.com/dbist/oozie/tree/master/apps/hcatalog
Created 03-17-2016 01:51 PM
@mike pal please view my example https://github.com/dbist/oozie/tree/master/apps/hcatalog
Created 05-16-2016 02:56 PM
what is purpose of sample.pig script in above link
set hcat.bin /usr/bin/hcat; |
sql show tables; |
Created 05-18-2016 01:20 AM
The purpose is to demonstrate pig hcatalog functionality. You can execute queries against hcatalog managed Hive tables from Pig. If you don't want to work with same table from Hive or Pig, it is not necessary.
Created 05-19-2016 12:44 AM
Hi @mike pal, have you resolved this? As Artem suggested you can put it in your workflow lib directory. You can also put it in Oozie Hive share lib directory, or in your home directory in hdfs and declare its location using <job-xml> tag in your workflow.