Re: Need help on orcsourcetable with hdfs

2019-10-15 Thread Pritam Sadhukhan
Can anyone please help me with the conf files? Am I missing anything on the configuration part? Regards, Pritam. On Tue, 15 Oct 2019 at 08:48, Pritam Sadhukhan wrote: > Thanks for the information. > > I am able to see all the files using hdfs shell command. > Even I am able to pull the data on

Re: Need help on orcsourcetable with hdfs

2019-10-14 Thread Pritam Sadhukhan
Thanks for the information. I am able to see all the files using hdfs shell command. Even I am able to pull the data on flink with environment.readTextFile("hdfs://host:port/qlake/logs/sa_structured_events") The issue is only with orcdatasource implementation. Here is my configuration files. *f

Need help on orcsourcetable with hdfs

2019-10-14 Thread Pritam Sadhukhan
Hi, I am trying to use orcsourcetable to fetch data stored in hive tables on hdfs. I am able to use the orcsourcetable to fetch the data and deserialize on local cluster. But when I am trying to use the hdfs path, it is throwing me file not found error. Any help will be appreciated on the topic.