-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38674/
-----------------------------------------------------------
Review request for Ambari, Srimanth Gunturi, Sid Wagle, and Yusaku Sako.
Bugs: AMBARI-13203
https://issues.apache.org/jira/browse/AMBARI-13203
Repository: ambari
Description
-------
Earlier :
On the Ambari Pig View if we write some pig script and do explain then in the
"Script Details" block it was showing the "execute" script command instead of
the script code.
In the patch :
The patch fetches the source.pig from the server as it is not directly
available in the store.
In the controller scriptJob.js the property scriptContents is changed to return
the /source.pig contents instead of /script.pig if the jobType is "explain"
After the Patch : the script code appears fine in the "Script Details" tag
Diffs
-----
contrib/views/pig/src/main/resources/ui/pig-web/app/controllers/scriptJob.js
d868823
Diff: https://reviews.apache.org/r/38674/diff/
Testing
-------
Manual testing and checking the data of the fetched /source.pig done. Seems to
be working as expected.
Thanks,
Nitiraj Rathore