Can't start cluster

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

Can't start cluster

AndreaKinn
Hi,
I'm trying to deploy on a flink cluster the jar of my program.
Unfortunately I have a problem when I call on the first node:

> root@giordano-2-2-100-1:~# sudo
> ./flink-1.3.2/flink-dist/src/main/flink-bin/bin/start-cluster.sh
> Starting cluster.
> find: ‘/home/giordano/flink-1.3.2/flink-dist/src/main/flink-bin/lib’: No
> such file or directory
> [ERROR] Flink distribution jar not found in
> /home/giordano/flink-1.3.2/flink-dist/src/main/flink-bin/lib.
> find: ‘/home/giordano/flink-1.3.2/flink-dist/src/main/flink-bin/log’: No
> such file or directory
> Starting jobmanager daemon on host giordano-2-2-100-1.
> /home/giordano/flink-1.3.2/flink-dist/src/main/flink-bin/bin/flink-daemon.sh:
> line 123: /home/giordano/flink->
> 1.3.2/flink-dist/src/main/flink-bin/log/flink-root-jobmanager-1-giordano-2-2-100-1.out:
> No such file or directory


I installed Flink on the cluster using the following guide and without
errors:  flink cluster setup guide
<https://ci.apache.org/projects/flink/flink-docs-release-0.8/cluster_setup.html>  
anyway I haven't followed the section about HDFS installation (it is not
fundamental, right?)





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

AndreaKinn
I printed also /flink-bin/bin folder:

> root@giordano-2-2-100-1:~/flink-1.3.2/flink-dist/src/main/flink-bin/bin#
> ls
> config.sh  flink-console.sh  jobmanager.sh  start-cluster.sh
> start-zookeeper-quorum.sh  stop-zookeeper-quorum.sh
flink      flink-daemon.sh   pyflink.bat    start-local.bat  
stop-cluster.sh            taskmanager.sh
flink.bat  historyserver.sh  pyflink.sh     start-local.sh    stop-local.sh            
zookeeper.sh



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

Eron Wright
It appears that you're building Flink from source, and attempting to start the cluster from the 'flink-dist/src/...' directory.   Please use 'flink-dist/target/...' instead since that's where the built distribution is located.   For example, check: flink-dist/target/flink-1.4-SNAPSHOT-bin/flink-1.4-SNAPSHOT/

Please refer to the updated instructions in Flink 1.3 documentation for more information:


On Wed, Sep 13, 2017 at 6:57 AM, AndreaKinn <[hidden email]> wrote:
I printed also /flink-bin/bin folder:

> root@giordano-2-2-100-1:~/flink-1.3.2/flink-dist/src/main/flink-bin/bin#
> ls
> config.sh  flink-console.sh  jobmanager.sh  start-cluster.sh
> start-zookeeper-quorum.sh  stop-zookeeper-quorum.sh
flink      flink-daemon.sh   pyflink.bat    start-local.bat
stop-cluster.sh            taskmanager.sh
flink.bat  historyserver.sh  pyflink.sh     start-local.sh    stop-local.sh
zookeeper.sh

Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

AndreaKinn
I followed the guide to install flink on the cluster but no one target folder
appears in /flink-dist

> giordano@giordano-2-2-100-1:~/flink-1.3.2/flink-dist$ ls
> pom.xml  src

Actually there are no results finding target folder
> giordano@giordano-2-2-100-1:~$ find . -name target
> giordano@giordano-2-2-100-1:~$



Eron Wright wrote

> It appears that you're building Flink from source, and attempting to start
> the cluster from the 'flink-dist/src/...' directory.   Please use
> 'flink-dist/target/...' instead since that's where the built distribution
> is located.   For example, check:
> flink-dist/target/flink-1.4-SNAPSHOT-bin/flink-1.4-SNAPSHOT/
>
> Please refer to the updated instructions in Flink 1.3 documentation for
> more information:
> https://ci.apache.org/projects/flink/flink-docs-release-1.3/setup/cluster_setup.html
> https://ci.apache.org/projects/flink/flink-docs-release-1.3/quickstart/setup_quickstart.html
>
>
> On Wed, Sep 13, 2017 at 6:57 AM, AndreaKinn &lt;

> kinn6aer@

> &gt; wrote:
>
>> I printed also /flink-bin/bin folder:
>>
>> >
>> root@giordano-2-2-100-1:~/flink-1.3.2/flink-dist/src/main/flink-bin/bin#
>> > ls
>> > config.sh  flink-console.sh  jobmanager.sh  start-cluster.sh
>> > start-zookeeper-quorum.sh  stop-zookeeper-quorum.sh
>> flink      flink-daemon.sh   pyflink.bat    start-local.bat
>> stop-cluster.sh            taskmanager.sh
>> flink.bat  historyserver.sh  pyflink.sh     start-local.sh  
>> stop-local.sh
>> zookeeper.sh
>>
>>
>>
>> --
>> Sent from: http://apache-flink-user-mailing-list-archive.2336050.
>> n4.nabble.com/
>>





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

AndreaKinn
Just a question:

From download page I have to download binaries or source package?



--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

AndreaKinn
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

Mar_zieh
Hello

I have two question, would you please answer to me?
Please tell me "what is "pyflink.bat" for?" Does Flink support python or
not?
Moreover, I want to have multiprocessing with Flink on windows. Is it
possible?

Thank you in advance





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

Mar_zieh
In reply to this post by AndreaKinn
Hello

I have two question, would you please answer to me?
Please tell me "what is "pyflink.bat" for?" Does Flink support python or
not?
Moreover, I want to have multiprocessing with Flink on windows. Is it
possible?

Thank you in advance





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/
Reply | Threaded
Open this post in threaded view
|

Re: Can't start cluster

vino yang
Hi Mar_zieh,

For questions about Python, you can ask Chesnay, I try to answer.

Pyflink.bat is a script for running Flink programs for flink-python*.jar. You can see the implementation of it. Flink supports Jython. 
Also, if Python is your main programming language, you can try using the Apache Beam Python SDK + Flink Runner, which seems to be a better choice.

You can let Flink run on windnows (JVM is cross-platform), but it is not recommended, it is recommended to run on unix/linux.

Thanks, vino.

Mar_zieh <[hidden email]> 于2018年10月15日周一 下午9:07写道:
Hello

I have two question, would you please answer to me?
Please tell me "what is "pyflink.bat" for?" Does Flink support python or
not?
Moreover, I want to have multiprocessing with Flink on windows. Is it
possible?

Thank you in advance





--
Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/