Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Annual Conference: Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Namenode URI - issue

I am having a simple job using tPigLoad and tPigStoreResult.  I am trying to load avro file.
I am getting below error.
Error during parsing. Unable to check name hdfs://192.168.56.101:8020/user/Subramaniyan.K
Caused by: 
Failed to parse: Pig script failed to parse: 
<line 1, column 25> pig script failed to validate: org.apache.pig.backend.datastorage.DataStorageException: ERROR 6007: Unable to check name hdfs://192.168.56.101:8020/user/Subramaniyan.K
tPigLoad configuration:
Mode: MapReduce
Configuration: Hortonworks version: HDP 2.2.0
LoadFunction: AvroStorage
NameNode URI: "hdfs://192.168.56.101:8020"
Resource Manager: "sandbox:8032"
Inputfile URI : "hdfs://sandbox:8020/demo/data/twitter.avro"
Please help.
Regards,
Subramaniyan
Labels (3)
1 Reply
Anonymous
Not applicable
Author

Hi,
Caused by: 
    Failed to parse: Pig script failed to parse: 
<line 1, column 25> pig script failed to validate: org.apache.pig.backend.datastorage.DataStorageException: ERROR 6007: Unable to check name hdfs://192.168.56.101:8020/user/Subramaniyan.K

Could you please check your generated PIG Script to see if there is something wrong with it?
Best regards
Sabrina