Re: Build error: package does not exist

2019-10-28 Thread Pritam Sadhukhan
he result is still the same. During the build, 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

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 Folders"

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

Re: Need help on orcsourcetable with hdfs

2019-10-14 Thread Pritam Sadhukhan
.xml:* On Tue, 15 Oct 2019 at 08:38, 刘芃成 wrote: > Maybe you can paste your flink configuration and hdfs-site.xml and check > if there are some problems on the hdfs fileSystem related conf. Also you > should check whether this path really exists on hdfs with a hdfs shell > c

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.