Running Example in local mode with input files

2014-10-10 Thread maxpar
Hi folks, 

I have just upgraded to Spark 1.1.0, and try some examples like: 
./run-example SparkPageRank pagerank_data.txt 5 

It turns out that Spark keeps trying to connect to my name node and read the
file from HDFS other than local FS: 
Client: Retrying connect to server: Node1/192.168.0.101:9000. Already
tried 0 time(s) 

Even if I use file:// in my data file path, the issue still comes. This
does not happen in spark-shell. 

Is there anything I am missing in configurations or the way I specified the
path? 

Thanks, 

Max



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Running-Example-in-local-mode-with-input-files-tp16186.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



Re: EC2 - JNI crashes JVM with multi core instances

2014-09-04 Thread maxpar
Hi,

What is the setup of your native library? Probably it is not thread safe?

Thanks,

Max



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/EC2-JNI-crashes-JVM-with-multi-core-instances-tp13463p13470.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



Re: IDE for sparkR

2014-04-24 Thread maxpar
Rstudio should be fine.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/IDE-for-sparkR-tp4764p4772.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.


Re: spark 0.8 examples in local mode

2014-03-19 Thread maxpar
Just figure it out. I need to add a file:// in URI. I guess it is not
needed in previous Hadoop versions.



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/spark-0-8-examples-in-local-mode-tp2892p2897.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.