Failed to open native connection to Cassandra at

2016-09-07 Thread muhammet pakyürek
how to solve this problem below py4j.protocol.Py4JJavaError: An error occurred while calling o33.load. : java.io.IOException: Failed to open native connection to Cassandra at {127.0.1.1}:9042

Re: pyspark spark-cassandra-connector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042

2016-03-09 Thread Andy Davidson
On Tue, Mar 8, 2016 at 6:02 PM, Andy Davidson >>> <a...@santacruzintegration.com> wrote: >>>> >>>> I am using spark-1.6.0-bin-hadoop2.6. I am trying to write a python >>>> notebook that reads a data frame from Cassandra. >>>

Re: pyspark spark-cassandra-connector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042

2016-03-08 Thread Ted Yu
t 6:11 PM >> To: Andrew Davidson <a...@santacruzintegration.com> >> Cc: "user @spark" <user@spark.apache.org> >> Subject: Re: pyspark spark-cassandra-connector java.io.IOException: >> Failed to open native connection to Cassandra at {192.168.1.126}:9042 >

Re: pyspark spark-cassandra-connector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042

2016-03-08 Thread Saurabh Bajaj
ail.com> > Date: Tuesday, March 8, 2016 at 6:11 PM > To: Andrew Davidson <a...@santacruzintegration.com> > Cc: "user @spark" <user@spark.apache.org> > Subject: Re: pyspark spark-cassandra-connector java.io.IOException: > Failed to open native connection t

Re: pyspark spark-cassandra-connector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042

2016-03-08 Thread Andy Davidson
onnector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042 > Have you contacted spark-cassandra-connector related mailing list ? > > I wonder where the port 9042 came from. > > Cheers > > On Tue, Mar 8, 2016 at 6:02 PM, Andy Davidson

Re: pyspark spark-cassandra-connector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042

2016-03-08 Thread Ted Yu
book that reads a data frame from Cassandra. > > *I connect to cassadra using an ssh tunnel running on port 9043.* CQLSH > works how ever I can not figure out how to configure my notebook. I have > tried various hacks any idea what I am doing wrong > > : java.io.IOException:

pyspark spark-cassandra-connector java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042

2016-03-08 Thread Andy Davidson
am doing wrong : java.io.IOException: Failed to open native connection to Cassandra at {192.168.1.126}:9042 Thanks in advance Andy $ extraPkgs="--packages com.databricks:spark-csv_2.11:1.3.0 \ --packages datastax:spark-cassandra-connector:1.6.0-M1-s_2.11" $ export PYSP