Hi , I can't run the apache flink from command link. Cluster is starting
automatically and shutting down too -- Thanks & Regards, Maganti Surya 6462208546 |
Hi,
In order to better analyze this problem, it would be good to provide: - The command and config you start flink. - Logs of JobManager and TaskManager, you could find it in the logs/ directory of your Flink distribution in standalone mode. Best, Yangze Guo On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti <[hidden email]> wrote: > > Hi , I can't run the apache flink from command link. Cluster is starting > automatically and shutting down too > > -- > Thanks & Regards, > > Maganti Surya > 6462208546 |
Hi Dev Team/Yangez,
I am following the commands to unzip and execute in windows command line : $ cd ~/Downloads # Go to download directory$ tar xzf flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 $ ./bin/start-cluster.sh # Start Flink Cluster is starting in github but closes automatically. Not sure how to run in windows. Please help On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> wrote: > Hi, > > In order to better analyze this problem, it would be good to provide: > - The command and config you start flink. > - Logs of JobManager and TaskManager, you could find it in the logs/ > directory of your Flink distribution in standalone mode. > > Best, > Yangze Guo > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > <[hidden email]> wrote: > > > > Hi , I can't run the apache flink from command link. Cluster is starting > > automatically and shutting down too > > > > -- > > Thanks & Regards, > > > > Maganti Surya > > 6462208546 > -- Thanks & Regards, Maganti Surya 6462208546 |
Hi,
If you do not run it with Cgwin, you could follow this guide[1]. [1] https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files Best, Yangze Guo On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti <[hidden email]> wrote: > > Hi Dev Team/Yangez, > > I am following the commands to unzip and execute in windows command line : > > $ cd ~/Downloads # Go to download directory$ tar xzf > flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 > > $ ./bin/start-cluster.sh # Start Flink > > Cluster is starting in github but closes automatically. Not sure how to run > in windows. Please help > > > On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> wrote: > > > Hi, > > > > In order to better analyze this problem, it would be good to provide: > > - The command and config you start flink. > > - Logs of JobManager and TaskManager, you could find it in the logs/ > > directory of your Flink distribution in standalone mode. > > > > Best, > > Yangze Guo > > > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > > <[hidden email]> wrote: > > > > > > Hi , I can't run the apache flink from command link. Cluster is starting > > > automatically and shutting down too > > > > > > -- > > > Thanks & Regards, > > > > > > Maganti Surya > > > 6462208546 > > > > > -- > Thanks & Regards, > > Maganti Surya > 6462208546 |
Hi Dev & Yangze,
C:\Users\xyz>cd softwares C:\Users\xyz\softwares>cd flink-1.11.0 C:\Users\xyz\softwares\flink-1.11.0>cd bin C:\Users\xyz\softwares\flink-1.11.0\bin>start-cluster.bat 'start-cluster.bat' is not recognized as an internal or external command, operable program or batch file. C:\Users\xyz\softwares\flink-1.11.0\bin> Flink is really tough to get with. Even lambda's doesn't work good with Flink. On Sun, Jul 26, 2020 at 10:33 PM Yangze Guo <[hidden email]> wrote: > Hi, > > If you do not run it with Cgwin, you could follow this guide[1]. > > [1] > https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files > > Best, > Yangze Guo > > On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti > <[hidden email]> wrote: > > > > Hi Dev Team/Yangez, > > > > I am following the commands to unzip and execute in windows command line > : > > > > $ cd ~/Downloads # Go to download directory$ tar xzf > > flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 > > > > $ ./bin/start-cluster.sh # Start Flink > > > > Cluster is starting in github but closes automatically. Not sure how to > run > > in windows. Please help > > > > > > On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> wrote: > > > > > Hi, > > > > > > In order to better analyze this problem, it would be good to provide: > > > - The command and config you start flink. > > > - Logs of JobManager and TaskManager, you could find it in the logs/ > > > directory of your Flink distribution in standalone mode. > > > > > > Best, > > > Yangze Guo > > > > > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > > > <[hidden email]> wrote: > > > > > > > > Hi , I can't run the apache flink from command link. Cluster is > starting > > > > automatically and shutting down too > > > > > > > > -- > > > > Thanks & Regards, > > > > > > > > Maganti Surya > > > > 6462208546 > > > > > > > > > -- > > Thanks & Regards, > > > > Maganti Surya > > 6462208546 > -- Thanks & Regards, Maganti Surya 6462208546 |
In 1.11, Flink does no support to run on Windows. The given doc is for
release-1.9 as your former email mentioned. Best, Yangze Guo On Mon, Jul 27, 2020 at 11:57 AM Suryanarayana Murthy Maganti <[hidden email]> wrote: > > Hi Dev & Yangze, > > > C:\Users\xyz>cd softwares > > C:\Users\xyz\softwares>cd flink-1.11.0 > > C:\Users\xyz\softwares\flink-1.11.0>cd bin > > C:\Users\xyz\softwares\flink-1.11.0\bin>start-cluster.bat > 'start-cluster.bat' is not recognized as an internal or external command, > operable program or batch file. > > C:\Users\xyz\softwares\flink-1.11.0\bin> > > Flink is really tough to get with. Even lambda's doesn't work good with > Flink. > > On Sun, Jul 26, 2020 at 10:33 PM Yangze Guo <[hidden email]> wrote: > > > Hi, > > > > If you do not run it with Cgwin, you could follow this guide[1]. > > > > [1] > > https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files > > > > Best, > > Yangze Guo > > > > On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti > > <[hidden email]> wrote: > > > > > > Hi Dev Team/Yangez, > > > > > > I am following the commands to unzip and execute in windows command line > > : > > > > > > $ cd ~/Downloads # Go to download directory$ tar xzf > > > flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 > > > > > > $ ./bin/start-cluster.sh # Start Flink > > > > > > Cluster is starting in github but closes automatically. Not sure how to > > run > > > in windows. Please help > > > > > > > > > On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> wrote: > > > > > > > Hi, > > > > > > > > In order to better analyze this problem, it would be good to provide: > > > > - The command and config you start flink. > > > > - Logs of JobManager and TaskManager, you could find it in the logs/ > > > > directory of your Flink distribution in standalone mode. > > > > > > > > Best, > > > > Yangze Guo > > > > > > > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > > > > <[hidden email]> wrote: > > > > > > > > > > Hi , I can't run the apache flink from command link. Cluster is > > starting > > > > > automatically and shutting down too > > > > > > > > > > -- > > > > > Thanks & Regards, > > > > > > > > > > Maganti Surya > > > > > 6462208546 > > > > > > > > > > > > > -- > > > Thanks & Regards, > > > > > > Maganti Surya > > > 6462208546 > > > > > -- > Thanks & Regards, > > Maganti Surya > 6462208546 |
I am looking for support for latest versions in Windows.
On Sun, Jul 26, 2020 at 11:25 PM Yangze Guo <[hidden email]> wrote: > In 1.11, Flink does no support to run on Windows. The given doc is for > release-1.9 as your former email mentioned. > > Best, > Yangze Guo > > On Mon, Jul 27, 2020 at 11:57 AM Suryanarayana Murthy Maganti > <[hidden email]> wrote: > > > > Hi Dev & Yangze, > > > > > > C:\Users\xyz>cd softwares > > > > C:\Users\xyz\softwares>cd flink-1.11.0 > > > > C:\Users\xyz\softwares\flink-1.11.0>cd bin > > > > C:\Users\xyz\softwares\flink-1.11.0\bin>start-cluster.bat > > 'start-cluster.bat' is not recognized as an internal or external command, > > operable program or batch file. > > > > C:\Users\xyz\softwares\flink-1.11.0\bin> > > > > Flink is really tough to get with. Even lambda's doesn't work good with > > Flink. > > > > On Sun, Jul 26, 2020 at 10:33 PM Yangze Guo <[hidden email]> wrote: > > > > > Hi, > > > > > > If you do not run it with Cgwin, you could follow this guide[1]. > > > > > > [1] > > > > https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files > > > > > > Best, > > > Yangze Guo > > > > > > On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti > > > <[hidden email]> wrote: > > > > > > > > Hi Dev Team/Yangez, > > > > > > > > I am following the commands to unzip and execute in windows command > line > > > : > > > > > > > > $ cd ~/Downloads # Go to download directory$ tar xzf > > > > flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 > > > > > > > > $ ./bin/start-cluster.sh # Start Flink > > > > > > > > Cluster is starting in github but closes automatically. Not sure how > to > > > run > > > > in windows. Please help > > > > > > > > > > > > On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> > wrote: > > > > > > > > > Hi, > > > > > > > > > > In order to better analyze this problem, it would be good to > provide: > > > > > - The command and config you start flink. > > > > > - Logs of JobManager and TaskManager, you could find it in the > logs/ > > > > > directory of your Flink distribution in standalone mode. > > > > > > > > > > Best, > > > > > Yangze Guo > > > > > > > > > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > > > > > <[hidden email]> wrote: > > > > > > > > > > > > Hi , I can't run the apache flink from command link. Cluster is > > > starting > > > > > > automatically and shutting down too > > > > > > > > > > > > -- > > > > > > Thanks & Regards, > > > > > > > > > > > > Maganti Surya > > > > > > 6462208546 > > > > > > > > > > > > > > > > > -- > > > > Thanks & Regards, > > > > > > > > Maganti Surya > > > > 6462208546 > > > > > > > > > -- > > Thanks & Regards, > > > > Maganti Surya > > 6462208546 > -- Thanks & Regards, Maganti Surya 6462208546 |
Hi Maganti
Flink community decides to not support windows script from Flink-1.10.1 [1], and you could still use Cygwin or WSL to run Flink on windows [2]. [1] https://issues.apache.org/jira/browse/FLINK-16683 [2] https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/local.html#setup-download-and-start-flink Best, Yun Tang ________________________________ From: Suryanarayana Murthy Maganti <[hidden email]> Sent: Monday, July 27, 2020 22:04 To: [hidden email] <[hidden email]> Subject: Re: Hi I am looking for support for latest versions in Windows. On Sun, Jul 26, 2020 at 11:25 PM Yangze Guo <[hidden email]> wrote: > In 1.11, Flink does no support to run on Windows. The given doc is for > release-1.9 as your former email mentioned. > > Best, > Yangze Guo > > On Mon, Jul 27, 2020 at 11:57 AM Suryanarayana Murthy Maganti > <[hidden email]> wrote: > > > > Hi Dev & Yangze, > > > > > > C:\Users\xyz>cd softwares > > > > C:\Users\xyz\softwares>cd flink-1.11.0 > > > > C:\Users\xyz\softwares\flink-1.11.0>cd bin > > > > C:\Users\xyz\softwares\flink-1.11.0\bin>start-cluster.bat > > 'start-cluster.bat' is not recognized as an internal or external command, > > operable program or batch file. > > > > C:\Users\xyz\softwares\flink-1.11.0\bin> > > > > Flink is really tough to get with. Even lambda's doesn't work good with > > Flink. > > > > On Sun, Jul 26, 2020 at 10:33 PM Yangze Guo <[hidden email]> wrote: > > > > > Hi, > > > > > > If you do not run it with Cgwin, you could follow this guide[1]. > > > > > > [1] > > > > https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files > > > > > > Best, > > > Yangze Guo > > > > > > On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti > > > <[hidden email]> wrote: > > > > > > > > Hi Dev Team/Yangez, > > > > > > > > I am following the commands to unzip and execute in windows command > line > > > : > > > > > > > > $ cd ~/Downloads # Go to download directory$ tar xzf > > > > flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 > > > > > > > > $ ./bin/start-cluster.sh # Start Flink > > > > > > > > Cluster is starting in github but closes automatically. Not sure how > to > > > run > > > > in windows. Please help > > > > > > > > > > > > On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> > wrote: > > > > > > > > > Hi, > > > > > > > > > > In order to better analyze this problem, it would be good to > provide: > > > > > - The command and config you start flink. > > > > > - Logs of JobManager and TaskManager, you could find it in the > logs/ > > > > > directory of your Flink distribution in standalone mode. > > > > > > > > > > Best, > > > > > Yangze Guo > > > > > > > > > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > > > > > <[hidden email]> wrote: > > > > > > > > > > > > Hi , I can't run the apache flink from command link. Cluster is > > > starting > > > > > > automatically and shutting down too > > > > > > > > > > > > -- > > > > > > Thanks & Regards, > > > > > > > > > > > > Maganti Surya > > > > > > 6462208546 > > > > > > > > > > > > > > > > > -- > > > > Thanks & Regards, > > > > > > > > Maganti Surya > > > > 6462208546 > > > > > > > > > -- > > Thanks & Regards, > > > > Maganti Surya > > 6462208546 > -- Thanks & Regards, Maganti Surya 6462208546 |
Thank you.
Why do i get this as flink version when installed 1.11.0 513848@LP0101226 /cygdrive/c/users/513848/softwares/flink-1.11.0 $ flink --version log4j:WARN No appenders could be found for logger (org.apache.flink.client.cli.C liFrontend). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more in fo. Version: 1.6.4, Commit ID: 6f41481 On Tue, Jul 28, 2020 at 6:30 AM Yun Tang <[hidden email]> wrote: > Hi Maganti > > Flink community decides to not support windows script from Flink-1.10.1 > [1], and you could still use Cygwin or WSL to run Flink on windows [2]. > > > [1] https://issues.apache.org/jira/browse/FLINK-16683 > [2] > https://ci.apache.org/projects/flink/flink-docs-release-1.11/ops/deployment/local.html#setup-download-and-start-flink > > Best, > Yun Tang > > ________________________________ > From: Suryanarayana Murthy Maganti <[hidden email]> > Sent: Monday, July 27, 2020 22:04 > To: [hidden email] <[hidden email]> > Subject: Re: Hi > > I am looking for support for latest versions in Windows. > > On Sun, Jul 26, 2020 at 11:25 PM Yangze Guo <[hidden email]> wrote: > > > In 1.11, Flink does no support to run on Windows. The given doc is for > > release-1.9 as your former email mentioned. > > > > Best, > > Yangze Guo > > > > On Mon, Jul 27, 2020 at 11:57 AM Suryanarayana Murthy Maganti > > <[hidden email]> wrote: > > > > > > Hi Dev & Yangze, > > > > > > > > > C:\Users\xyz>cd softwares > > > > > > C:\Users\xyz\softwares>cd flink-1.11.0 > > > > > > C:\Users\xyz\softwares\flink-1.11.0>cd bin > > > > > > C:\Users\xyz\softwares\flink-1.11.0\bin>start-cluster.bat > > > 'start-cluster.bat' is not recognized as an internal or external > command, > > > operable program or batch file. > > > > > > C:\Users\xyz\softwares\flink-1.11.0\bin> > > > > > > Flink is really tough to get with. Even lambda's doesn't work good with > > > Flink. > > > > > > On Sun, Jul 26, 2020 at 10:33 PM Yangze Guo <[hidden email]> > wrote: > > > > > > > Hi, > > > > > > > > If you do not run it with Cgwin, you could follow this guide[1]. > > > > > > > > [1] > > > > > > > https://ci.apache.org/projects/flink/flink-docs-release-1.9//getting-started/tutorials/flink_on_windows.html#starting-with-windows-batch-files > > > > > > > > Best, > > > > Yangze Guo > > > > > > > > On Fri, Jul 24, 2020 at 9:53 PM Suryanarayana Murthy Maganti > > > > <[hidden email]> wrote: > > > > > > > > > > Hi Dev Team/Yangez, > > > > > > > > > > I am following the commands to unzip and execute in windows command > > line > > > > : > > > > > > > > > > $ cd ~/Downloads # Go to download directory$ tar xzf > > > > > flink-*.tgz # Unpack the downloaded archive$ cd flink-1.9.0 > > > > > > > > > > $ ./bin/start-cluster.sh # Start Flink > > > > > > > > > > Cluster is starting in github but closes automatically. Not sure > how > > to > > > > run > > > > > in windows. Please help > > > > > > > > > > > > > > > On Thu, Jul 23, 2020 at 10:30 PM Yangze Guo <[hidden email]> > > wrote: > > > > > > > > > > > Hi, > > > > > > > > > > > > In order to better analyze this problem, it would be good to > > provide: > > > > > > - The command and config you start flink. > > > > > > - Logs of JobManager and TaskManager, you could find it in the > > logs/ > > > > > > directory of your Flink distribution in standalone mode. > > > > > > > > > > > > Best, > > > > > > Yangze Guo > > > > > > > > > > > > On Thu, Jul 23, 2020 at 10:10 PM Suryanarayana Murthy Maganti > > > > > > <[hidden email]> wrote: > > > > > > > > > > > > > > Hi , I can't run the apache flink from command link. Cluster is > > > > starting > > > > > > > automatically and shutting down too > > > > > > > > > > > > > > -- > > > > > > > Thanks & Regards, > > > > > > > > > > > > > > Maganti Surya > > > > > > > 6462208546 > > > > > > > > > > > > > > > > > > > > > -- > > > > > Thanks & Regards, > > > > > > > > > > Maganti Surya > > > > > 6462208546 > > > > > > > > > > > > > -- > > > Thanks & Regards, > > > > > > Maganti Surya > > > 6462208546 > > > > > -- > Thanks & Regards, > > Maganti Surya > 6462208546 > -- Thanks & Regards, Maganti Surya 6462208546 |
Free forum by Nabble | Edit this page |