Repository: incubator-pirk
Updated Branches:
  refs/heads/master e7ba3e709 -> db0d1d7b3


Trivial: minor fixes, this closes apache/incubator-pirk#87


Project: http://git-wip-us.apache.org/repos/asf/incubator-pirk/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-pirk/commit/db0d1d7b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-pirk/tree/db0d1d7b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-pirk/diff/db0d1d7b

Branch: refs/heads/master
Commit: db0d1d7b3ca78e89ca223296e4d610be9649c54d
Parents: e7ba3e7
Author: smarthi <[email protected]>
Authored: Fri Sep 2 19:27:05 2016 -0400
Committer: smarthi <[email protected]>
Committed: Fri Sep 2 19:27:05 2016 -0400

----------------------------------------------------------------------
 README.md                                                          | 2 +-
 .../pirk/responder/wideskies/mapreduce/ComputeResponseTool.java    | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/db0d1d7b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index fa96788..8c6f97e 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ For convenience, the following POM files are included:
 
 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.
 

http://git-wip-us.apache.org/repos/asf/incubator-pirk/blob/db0d1d7b/src/main/java/org/apache/pirk/responder/wideskies/mapreduce/ComputeResponseTool.java
----------------------------------------------------------------------
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 @@ public class ComputeResponseTool extends Configured 
implements Tool
     return success;
   }
 
+  @SuppressWarnings("unchecked")
   private boolean readDataEncRows(Path outPathInit) throws Exception
   {
     boolean success;

Reply via email to