Good evening,
Thanks for the great work with the hadoop 2 branch. Unfortunately by basing the hadoop-client on version 2.2.0 breaks compatibility with Cloudera CDH 4.4.0 with this error. This is the error I receive when I try to get the 2.2.0-based faunus to connect to a CDH 4.4.0 cluster:
gremlin> hdfs.ls()
Failed on local exception: com.google.protobuf.InvalidProtocolBufferException: Message missing required fields: callId, status; Host Details : local host is: "<host>"; destination host is: "<server>":8020;
If the hadoop-client is rolled back to 2.0.6-alpha, it works fine.