Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-28 Thread Arvid Heise
44,045 DEBUG org.apache.flink.runtime.util.HadoopUtils >>> - Cannot find hdfs-default configuration-file path in >>> Flink config. >>> >>> 2020-01-23 22:07:44,045 DEBUG org.apache.flink.runtime.util.HadoopUtils >>> - Canno

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-28 Thread Arvid Heise
}] >> }] >> }' >> >> >> >> On Thu, Jan 23, 2020 at 11:03 AM Senthil Kumar >> wrote: >> >> Could you tell us how to turn on debug level logs? >> >> >> >> We attempted this (on driver) >> >> >> >> s

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-24 Thread Aaron Langford
s > - Cannot find hdfs-site configuration-file path in > Flink config. > > > > > > *From: *Aaron Langford > *Date: *Thursday, January 23, 2020 at 12:22 PM > *To: *Senthil Kumar > *Cc: *Yang Wang , "user@flink.apache.org" < > user@fl

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-24 Thread Senthil Kumar
e.org" Subject: Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR) When creating your cluster, you can provide configurations that EMR will find the right home for. Example for the aws cli: aws emr create-cluster ... --configurations '[{ "Classification": "

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-23 Thread Aaron Langford
thil Kumar wrote: > Could you tell us how to turn on debug level logs? > > > > We attempted this (on driver) > > > > sudo stop hadoop-yarn-resourcemanager > > > > followed the instructions here > > > https://stackoverflow.com/questions/27853974/how-to-set

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-23 Thread Senthil Kumar
still don’t see any debug level logs Any further info is much appreciated! From: Aaron Langford Date: Tuesday, January 21, 2020 at 10:54 AM To: Senthil Kumar Cc: Yang Wang , "user@flink.apache.org" Subject: Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR) Senthil,

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-21 Thread Aaron Langford
anager.Task.doRun(Task.java:705) > > at org.apache.flink.runtime.taskmanager.Task.run(Task.java:530) > > at java.lang.Thread.run(Thread.java:748) > > > > > > *From: *Yang Wang > *Date: *Saturday, January 18, 2020 at 7:58 PM > *To: *Senthil Kumar

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-21 Thread Senthil Kumar
.java:530) at java.lang.Thread.run(Thread.java:748) From: Yang Wang Date: Saturday, January 18, 2020 at 7:58 PM To: Senthil Kumar Cc: "user@flink.apache.org" Subject: Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR) I think this exception is not because the hadoop

Re: Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-18 Thread Yang Wang
I think this exception is not because the hadoop version isn't high enough. It seems that the "s3" URI scheme could not be recognized by `S3FileSystemFactory`. So it fallbacks to the `HadoopFsFactory`. Could you share the debug level jobmanager/taskmanger logs so that we could confirm whether the

Location of flink-s3-fs-hadoop plugin (Flink 1.9.0 on EMR)

2020-01-17 Thread Senthil Kumar
Hello all, Newbie here! We are running in Amazon EMR with the following installed in the EMR Software Configuration Hadoop 2.8.5 JupyterHub 1.0.0 Ganglia 3.7.2 Hive 2.3.6 Flink 1.9.0 I am trying to get a Streaming job from one S3 bucket into an another S3 bucket using the StreamingF