Trivial: minor fixes, this closes apache/incubator-pirk#87
diff --git a/README.md b/README.md
index fa96788..8c6f97e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@
 
 Pirk may be built with a specific pom file via ‘mvn package -f ’
 
-Dependencies can be found in the pom.xml file and include [Apache Hadoop](http://hadoop.apache.org/), [Apache Spark](http://spark.apache.org/), [Apache Storm](http://storm.apache.org)and [Elasticsearch](https://github.com/elastic/elasticsearch). Currently, Pirk may be utilized in a distributed Hadoop/MapReduce, Storm or Spark framework as well as in standalone mode.
+Dependencies can be found in the pom.xml file and include [Apache Hadoop](http://hadoop.apache.org/), [Apache Spark](http://spark.apache.org/), [Apache Storm](http://storm.apache.org) and [Elasticsearch](https://github.com/elastic/elasticsearch). Currently, Pirk may be utilized in a distributed Hadoop/MapReduce, Storm or Spark framework as well as in standalone mode.
 
 If you are a User, please check out the [For Users](http://pirk.incubator.apache.org/for_users) section of the Pirk website.
 
diff --git a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.java b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.java
index ab41a47..80e8a13 100644
--- a/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.java
+++ b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.java
@@ -346,6 +346,7 @@
     return success;
   }
 
+  @SuppressWarnings("unchecked")
   private boolean readDataEncRows(Path outPathInit) throws Exception
   {
     boolean success;