- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
HadoopDeveloper Practice Exam Task2 pig script
- Labels:
-
Apache Pig
Created ‎06-14-2016 12:21 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
When I run the PigScript it says the pig script is not found
Location of pigscript saved in HDFS : /user/horton/flightdelays_clean.pig
execution statements:
pig -x mapreduce
exec /user/horton/flightdelays_clean.pig
Error: GRUNT - ERROR 1000: Error during parsing. File not found: /user/horton/flightdelays_clean.pig
Created ‎06-15-2016 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/user/horton/flightdelays_clean.pig need to be present on local storage, not on hdfs. Please copy it to local storage and pass local path to exec.
Created ‎06-15-2016 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
/user/horton/flightdelays_clean.pig need to be present on local storage, not on hdfs. Please copy it to local storage and pass local path to exec.
