Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
, the packages that I > >> suppose should be generated by Maven based on Amazon Kinesis are > missing. > >> > >> Best regards, > >> Hynek > >> > >> po 28. 10. 2019 v 19:57 odesílatel Pritam Sadhukhan < > >> sadhukhan.pri...

Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
Hi Hynek, please run mvn clean install -DskipTests -Drat.skip=true. It should build properly but takes time. Regards On Mon, Oct 28, 2019, 10:06 PM Hynek Noll wrote: > Hi Bruce and Jark, > Thank you for the tip, but I already did the similar by clicking "Generate > Sources and Update

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 p

Re: Need help on orcsourcetable with hdfs

2019-10-14 Thread Pritam Sadhukhan
hdfs fileSystem related conf. Also you > should check whether this path really exists on hdfs with a hdfs shell > command(e.g. hdfs dfs -ls /xxx, see > https://hadoop.apache.org/docs/r2.7.5/hadoop-project-dist/hadoop-common/FileSystemShell.html > ) > At 2019-10-15 01:27:39, "Prita

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