Re: Spark Integration Patterns

2016-02-29 Thread Alexander Pivovarov
ng a process on a remote host to > execute a shell script seems like a lot of effort What are the recommended > ways to connect and query Spark from a remote client ? Thanks Thx ! > -- > > View this message in context: Spark Integration Patterns > <http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354.html> > Sent from the Apache Spark User List mailing list archive > <http://apache-spark-user-list.1001560.n3.nabble.com/> at Nabble.com. > > > > > >

RE: Spark Integration Patterns

2016-02-29 Thread skaarthik oss
Check out http://toree.incubator.apache.org/. It might help with your need. From: moshir mikael [mailto:moshir.mik...@gmail.com] Sent: Monday, February 29, 2016 5:58 AM To: Alex Dzhagriev <dzh...@gmail.com> Cc: user <user@spark.apache.org> Subject: Re: Spark Integration Pattern

Re: Spark Integration Patterns

2016-02-29 Thread moshir mikael
owever forking a process on a remote host >>>> to execute a shell script seems like a lot of effort What are the >>>> recommended ways to connect and query Spark from a remote client ? Thanks >>>> Thx ! >>>> -- >>>> View this message in context: Spark Integration Patterns >>>> <http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354.html> >>>> Sent from the Apache Spark User List mailing list archive >>>> <http://apache-spark-user-list.1001560.n3.nabble.com/> at Nabble.com. >>>> >>> >>> >

Re: Spark Integration Patterns

2016-02-29 Thread Alex Dzhagriev
te host to >>> execute a shell script seems like a lot of effort What are the recommended >>> ways to connect and query Spark from a remote client ? Thanks Thx ! >>> -- >>> View this message in context: Spark Integration Patterns >>&g

Re: Spark Integration Patterns

2016-02-29 Thread moshir mikael
from a remote client ? Thanks Thx ! >> -- >> View this message in context: Spark Integration Patterns >> <http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354.html> >> Sent from the Apache Spark User List mailing list archive >> <http://apache-spark-user-list.1001560.n3.nabble.com/> at Nabble.com. >> > >

Re: Spark Integration Patterns

2016-02-29 Thread Alex Dzhagriev
> ways to connect and query Spark from a remote client ? Thanks Thx ! > -- > View this message in context: Spark Integration Patterns > <http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354.html> > Sent from the Apa

Re: Spark Integration Patterns

2016-02-29 Thread moshir mikael
connect' to a remote spark cluster and interact with it. Let's say I >>>>> have a Python web application hosted somewhere *outside *a spark >>>>> cluster, with just python installed on it. How can I talk to Spark without >>>>> using a notebook, o

Re: Spark Integration Patterns

2016-02-28 Thread Yashwanth Kumar
Hi, To connect to Spark from a remote location and submit jobs, you can try Spark - Job Server.Its been open sourced now. -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354p26357.html Sent from the Apache Spark User List

Re: Spark Integration Patterns

2016-02-28 Thread ayan guha
web application hosted somewhere *outside *a spark >>>> cluster, with just python installed on it. How can I talk to Spark without >>>> using a notebook, or using ssh to connect to a cluster master node ? I know >>>> of spark-submit and spark-shell, however forkin

Re: Spark Integration Patterns

2016-02-28 Thread Luciano Resende
to connect to a cluster master node ? I know of >>> spark-submit and spark-shell, however forking a process on a remote host to >>> execute a shell script seems like a lot of effort What are the recommended >>> ways to connect and query Spark from a remote client ? Thanks Thx ! >>>

Re: Spark Integration Patterns

2016-02-28 Thread Todd Nist
park cluster, >>> with just python installed on it. How can I talk to Spark without using a >>> notebook, or using ssh to connect to a cluster master node ? I know of >>> spark-submit and spark-shell, however forking a process on a remote host to >>> execute a s

Re: Spark Integration Patterns

2016-02-28 Thread Todd Nist
to connect and query Spark from a remote client ? Thanks Thx ! > ------ > View this message in context: Spark Integration Patterns > <http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354.html> > Sent from the Apache Spark User Li

Spark Integration Patterns

2016-02-28 Thread mms
in context: http://apache-spark-user-list.1001560.n3.nabble.com/Spark-Integration-Patterns-tp26354.html Sent from the Apache Spark User List mailing list archive at Nabble.com.