Problem with zookeeper and flink config

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Problem with zookeeper and flink config

saksham sapra
I am trying to run multiple clusters in a Windows machine using zookeeper, so isued this page to configure zookeeper and flink config.yaml.


but somehow getting these exceptions, also i have worked on hadoop earlier. 

Thanks & Regards,
Saksham Sapra

flink-Saksham.Sapra-jobmanager.log (29K) Download Attachment
flink-Saksham.Sapra-taskmanager.log (21K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Problem with zookeeper and flink config

Timo Walther
Hi Saksham,

if I understand you correctly, you are running Zookeeper and Flink
locally on your machine? Are you using Docker or is this a bare metal
setup? The exception indicates that your paths contain `hdfs:` as URL
scheme. Are you sure you want to use HDFS? If yes, you need to add an
HDFS dependency. See:

https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/filesystems/

Regards,
Timo

On 21.09.20 08:03, saksham sapra wrote:
> I am trying to run multiple clusters in a Windows machine using
> zookeeper, so isued this page to configure zookeeper and flink config.yaml.
>
> https://ci.apache.org/projects/flink/flink-docs-stable/ops/jobmanager_high_availability.html
>
> but somehow getting these exceptions, also i have worked on hadoop earlier.
>
> Thanks & Regards,
> Saksham Sapra