Unread block data exception when reading from HBase

2015-01-13 Thread jeremy p
Hello all, When I try to read data from an HBase table, I get an unread block data exception. I am running HBase and Spark on a single node (my workstation). My code is in Java, and I'm running it from the Eclipse IDE. Here are the versions I'm using : Cloudera : 2.5.0-cdh5.2.1 Hadoop :

Can't run Spark java code from command line

2015-01-13 Thread jeremy p
Hello all, I wrote some Java code that uses Spark, but for some reason I can't run it from the command line. I am running Spark on a single node (my workstation). The program stops running after this line is executed : SparkContext sparkContext = new SparkContext(spark://myworkstation:7077,