There are couple of issues here which i was able to find out. 1: We should not use web port which we use to access the web UI. I was usong that initially so it was not working.
2: All request should go to Name node and not anything else. 3: By replacing localhost:9000 in the above request, it started working fine. One more question i have based on this is, how can i make it work for domain rather than using for localhost and port. May be the answer to that is you need to change that in core-site.xml file and specify the proper web address rather than localhost there? -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/java-io-IOException-Call-to-dev-17-29-25-4-50070-failed-on-local-exception-java-io-EOFException-tp3907p3910.html Sent from the Apache Spark User List mailing list archive at Nabble.com.