Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
In hive examples, the input data should be in "/user/${wf:user()}/${examplesRoot}/input-data/table". But currently, no data is in input-data/table. User have to prepare data by themselves.
I need to put some example data in input-data/table. And make sure user can run the example smoothly.
The following aspects should be changed.
- put "DROP TABLE IF EXISTS test;" in script.q. Make sure the table does not exist.
- put some test data in input-data/table.
- add "<job-xml>${nameNode}/user/oozie/hive-oozie-site.xml</job-xml>" in workflow.xml. Then, user can use the hive conf in their cluster.