Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
2.1.0
-
None
-
None
Description
using HDP 2.3
1. Login ambari using admin/admin
2. Follow http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_ambari_views_guide/content/ch_using_pig_view.html to config and create a Pig view. Accept all default settings
3. On HDFS, create /user/admin/pig/scripts (the folder to save the scripts on HDFS) and set the permission as 777
4. on HDFS, create /user/admin/pig/jobs (the folder to save job logs and etc) and set the permission as 777
5. Create a new script called pig1.scirpt, add any content, such as A = load '/tmp/passwd' using PigStorage(':');
6. Run the syntax check or execute, get the following exception