Re: Python script runs fine in local mode, errors in other modes

2015-09-28 Thread Aaron
mber 28, 2015 at 1:35 PM To: Aaron Dossett mailto:aaron.doss...@target.com>> Subject: Re: Python script runs fine in local mode, errors in other modes Was there any eventual solution to this that you discovered? If you reply to this email, your messag

Re: Python script runs fine in local mode, errors in other modes

2015-03-08 Thread Davies Liu
loading is a simple CSV. >> >> >> >> -- >> View this message in context: >> http://apache-spark-user-list.1001560.n3.nabble.com/Python-script-runs-fine-in-local-mode-errors-in-other-modes-tp12390p12398.html >> Sent from the Apache Spark User List mail

Re: Python script runs fine in local mode, errors in other modes

2014-08-19 Thread Davies Liu
Name="foo") > input = sc.textFile("hdfs://[valid hdfs path]") > mappedToLines = input.map(lambda myline: myline.split(",")) > > The file I'm loading is a simple CSV. > > > > -- > View this message in context: > http://apache-spark-user-

Re: Python script runs fine in local mode, errors in other modes

2014-08-19 Thread Aaron
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Python-script-runs-fine-in-local-mode-errors-in-other-modes-tp12390p12398.html Sent from the Apache Spark User List mailing list archive at Nabble.com. ---

Re: Python script runs fine in local mode, errors in other modes

2014-08-19 Thread Davies Liu
; akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:386) > at > scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260) > at > scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339) >

Re: Python script runs fine in local mode, errors in other modes

2014-08-19 Thread Aaron
ask(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107) -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Pytho

Re: Python script runs fine in local mode, errors in other modes

2014-08-19 Thread Davies Liu
ave access to a Hadoop cluster with Spark installed, so > hopefully I'm running into some simple issues that I never had to deal with > when testing in my own sandbox in purely local mode before. Any help would > be appreciated, thanks! -Aaron > ____ >

Python script runs fine in local mode, errors in other modes

2014-08-19 Thread Aaron
g in my own sandbox in purely local mode before. Any help would be appreciated, thanks! -Aaron -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Python-script-runs-fine-in-local-mode-errors-in-other-modes-tp12390.html Sent from the Apache Spark User List mailing list archive at Nabble.com.