Github user srdo commented on a diff in the pull request:
https://github.com/apache/storm/pull/2687#discussion_r190175640
--- Diff: storm-client/src/genthrift.sh ---
@@ -17,7 +17,7 @@
rm -rf gen-javabean gen-py py
rm -rf jvm/org/apache/storm/generated
-thrift --gen java:beans,hashcode,nocamel,generated_annotations=undated
--gen py:utf8strings storm.thrift
--- End diff --
There used to be a hashcode option for Java, but it was removed
https://github.com/apache/thrift/pull/65. As of Thrift 0.10, it now complains
if you try to use thrift with invalid arguments
https://issues.apache.org/jira/browse/THRIFT-3605
---