Hi Chris - Sorry for the delayed response. I somehow missed this until now.
This should work fine. There is some difference between groovy scripts and using the classes directly for sure. Perhaps there is a bug there as well. Can you provide an example class that I can reproduce with? Thanks! --larry On May 12, 2016 11:47 AM, "chris snow" <[email protected]> wrote: Is knox cli supported from java? /Users/snowch/Repos/knox-java-example/src/main/java/net/christophersnow/TestKnox.java:12: error: from(String) in Request is defined in an inaccessible class or interface String text = Hdfs.get( session ).from( "test" ).now().getString(); I'm hitting issues because Get.Request is protected.
