ivakegg edited a comment on issue #4: Fix #3 Updated the accumulo-proxy with latest from accumulo (pre-2.0) URL: https://github.com/apache/accumulo-proxy/pull/4#issuecomment-500906608 Apparently the generate-thrift script was not part of this pull request. However the following difference was interesting: diff accumulo/core/src/main/scripts/generate-thrift.sh accumulo-proxy/src/main/scripts/generate-thrift.sh I saw the following: thrift ${THRIFT_ARGS} --gen java:generated_annotations=suppress "$f" || fail unable to generate java thrift classes was changed to: thrift ${THRIFT_ARGS} --gen java:generated_annotations=undated,handle_runtime_exceptions "$f" || fail unable to generate java thrift classes
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
