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 Looking at the generate-thrift script, there are some changes that are suspect. Comparing to the commit just before proxy was removed from the accumulo base: 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
