Hello All,
I have created Remote Source using SQL command as below
CREATE REMOTE SOURCE HADOOP_SOURCE_H
ADAPTER "hadoop"
CONFIGURATION 'webhdfs_url=http://XX.XX.XX:9101;webhcat_url=http://XX.XX.XX:50111'
WITH CREDENTIAL TYPE 'PASSWORD'
USING 'user=hduser;password=password';
But when I try to open the "HADOOP_SOURCE_H" remote source then I get this error
I am able to create User defined function successfully. But when I try to run it, I get the below error...
Did I miss anything? Can you please let me know what is error all about.
Thank you.
Regards,
Ram

