Skip to content Skip to sidebar Skip to footer

Encountered Ioexception While Registering Python Udf In Pig. File Helloworld.py Does Not Exist

Pytjon UDF : @outputSchema('word:chararray') def helloworld(): return 'Hello, World' register '/user/hdfs/helloworld.py' using jython as myfunc; Error: grunt> REGISTER 'hel

Solution 1:

can you do a "ls /user/hdfs/helloworld.py" and check whether the file exists


Post a Comment for "Encountered Ioexception While Registering Python Udf In Pig. File Helloworld.py Does Not Exist"