Re: Read data from HDFS on Hadoop3

2019-05-08 Thread Soheil Pourbafrani
UPDATE I noticed that it runs using the IntelliJ IDEA but packaging the fat jar and deploying on the cluster will cause the so-called hdfs scheme error! On Thu, May 9, 2019 at 2:43 AM Soheil Pourbafrani wrote: > Hi, > > I used to read data from HDFS on Hadoop2 by adding the following > dependen

Read data from HDFS on Hadoop3

2019-05-08 Thread Soheil Pourbafrani
Hi, I used to read data from HDFS on Hadoop2 by adding the following dependencies: org.apache.flink flink-java 1.4.0 org.apache.flink flink-streaming-java_2.11 1.4.0 org.apache