Gordon Wang created OOZIE-2007:
----------------------------------
Summary: no input data for hive example workflow
Key: OOZIE-2007
URL: https://issues.apache.org/jira/browse/OOZIE-2007
Project: Oozie
Issue Type: Bug
Components: examples
Reporter: Gordon Wang
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)