You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by Pariksheet Barapatre <pb...@gmail.com> on 2014/03/14 18:40:49 UTC

Fwd: Accessing HDFS file on CDH4.4 through Spark

---------- Forwarded message ----------
From: Pariksheet Barapatre <pb...@gmail.com>
Date: 14 March 2014 23:09
Subject: Accessing HDFS file on CDH4.4 through Spark
To: user@spark.apaache.org, user@spark.incubator.org


Hello All,

I just started exploring Spark functionality. I have downloaded and
extracted  binary file spark-0.9.0-incubating-bin-hadoop2.

As given in sample example, I am trying to read HDFS file but getting below
error -

java.io.IOException: Failed on local exception:
com.google.protobuf.InvalidProtocolBufferException: Protocol message
contained an invalid tag (zero).;

Could anybody let me know required configuration to resolve this error.

Cheers,
Pari