Question. Where is the start-scala-shell.sh script as referenced by the
0.9 documentation ? http://ci.apache.org/projects/flink/flink-docs-master/scala_shell.html I've check the latest master branch and can't find it. I must have missed something, sorry. Regards, Bill. -- Jonathan (Bill) Sparks Software Architecture Cray Inc. |
Hi Bill, the Scala Shell is a very recent contribution to our project. I have to admit that I didn't test it yet. But I'm also unable to find the script in the "bin" directory. There seems to be something wrong. I'll investigate the issue... On Sat, Jun 6, 2015 at 2:33 PM, Bill Sparks <[hidden email]> wrote: Question. Where is the start-scala-shell.sh script as referenced by the |
Mh.
I was able to see it after doing a "mvn clean install -DskipTests" in the root directory of the flink sources. Can you double-check that you are building the latest master and that you're not overseeing the file. There are many files with similar names ... On Sat, Jun 6, 2015 at 4:59 PM, Robert Metzger <[hidden email]> wrote:
|
In reply to this post by rmetzger0
No worries, just reading the docs…
--
Jonathan (Bill) Sparks
Software Architecture
Cray Inc.
From: Robert Metzger <[hidden email]>
Reply-To: "[hidden email]" <[hidden email]> Date: Saturday, June 6, 2015 9:59 AM To: "[hidden email]" <[hidden email]> Subject: Re: start-scala-shell.sh Hi Bill,
the Scala Shell is a very recent contribution to our project. I have to admit that I didn't test it yet.
But I'm also unable to find the script in the "bin" directory. There seems to be something wrong.
I'll investigate the issue...
On Sat, Jun 6, 2015 at 2:33 PM, Bill Sparks
<[hidden email]> wrote:
Question. Where is the start-scala-shell.sh script as referenced by the |
Hi, the script is in the bin directory of the distribution when you build Flink. (build-target is a symlink to the distribution after mvn package). Regards, Aljoscha On Jun 6, 2015 5:35 PM, "Bill Sparks" <[hidden email]> wrote:
|
Sorry. After a git update I found it.
Thanks.
$ mvn clean package -DskipTests -Dhadoop.version=2.6.0
…
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 07:19 min
[INFO] Finished at: 2015-06-08T08:21:45-05:00
[INFO] Final Memory: 145M/632M
[INFO] ------------------------------------------------------------------------
mbp-jsparks:flink jsparks$ ls -Rl build-target/bin
total 176
-rwxr-xr-x 1 jsparks 513 8911 Jun 8 08:21 config.sh
-rwxr-xr-x 1 jsparks 513 1677 Jun 8 08:21 flink
-rwxr-xr-x 1 jsparks 513 1267 Jun 8 08:21 flink.bat
-rwxr-xr-x 1 jsparks 513 4109 Jun 8 08:21 jobmanager.sh
-rwxr-xr-x 1 jsparks 513 1111 Jun 8 08:21 pyflink2.sh
-rwxr-xr-x 1 jsparks 513 1112 Jun 8 08:21 pyflink3.sh
-rwxr-xr-x 1 jsparks 513 1624 Jun 8 08:21 start-cluster-streaming.sh
-rwxr-xr-x 1 jsparks 513 1616 Jun 8 08:21 start-cluster.sh
-rwxr-xr-x 1 jsparks 513 1187 Jun 8 08:21 start-local-streaming.sh
-rwxr-xr-x 1 jsparks 513 2501 Jun 8 08:21 start-local.bat
-rwxr-xr-x 1 jsparks 513 1183 Jun 8 08:21 start-local.sh
-rwxr-xr-x 1 jsparks 513 1734 Jun 8 08:21 start-scala-shell.sh
-rwxr-xr-x 1 jsparks 513 1077 Jun 8 08:21 start-webclient.sh
-rwxr-xr-x 1 jsparks 513 1597 Jun 8 08:21 stop-cluster.sh
-rwxr-xr-x 1 jsparks 513 1133 Jun 8 08:21 stop-local.sh
-rwxr-xr-x 1 jsparks 513 1076 Jun 8 08:21 stop-webclient.sh
-rwxr-xr-x 1 jsparks 513 3638 Jun 8 08:21 taskmanager.sh
-rwxr-xr-x 1 jsparks 513 2793 Jun 8 08:21 webclient.sh
-rwxr-xr-x 1 jsparks 513 2019 Jun 8 08:21 yarn-session.sh
mbp-jsparks:flink jsparks$
--
Jonathan (Bill) Sparks
Software Architecture
Cray Inc.
From: Aljoscha Krettek <[hidden email]>
Reply-To: "[hidden email]" <[hidden email]> Date: Saturday, June 6, 2015 11:37 AM To: "[hidden email]" <[hidden email]> Subject: Re: start-scala-shell.sh Hi,
the script is in the bin directory of the distribution when you build Flink. (build-target is a symlink to the distribution after mvn package).
Regards,
Aljoscha
On Jun 6, 2015 5:35 PM, "Bill Sparks" <[hidden email]> wrote:
|
Free forum by Nabble | Edit this page |