[ https://issues.apache.org/jira/browse/AMBARI-12738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735866#comment-14735866 ]
Q Huang commented on AMBARI-12738: ---------------------------------- We ran into the same problem in HDP pig view. > In Pig view, File does not exist: /user/${username}/pig/jobs/job_id/stdout > and stderr > -------------------------------------------------------------------------------------- > > Key: AMBARI-12738 > URL: https://issues.apache.org/jira/browse/AMBARI-12738 > Project: Ambari > Issue Type: Bug > Components: contrib > Affects Versions: 2.1.0 > Reporter: li xiang > Priority: Critical > > 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 -- This message was sent by Atlassian JIRA (v6.3.4#6332)