kudu git commit: [scripts] run gradlew from $KUDU_ROOT/java

2018-10-19 Thread alexey
Repository: kudu Updated Branches: refs/heads/master a33e5733c -> 4aabf46b4 [scripts] run gradlew from $KUDU_ROOT/java Fixed mistake in the jepsen.sh script. This is a follow-up to 7a4caf9660617c8dad2f95b939adec9eb1f9fd04. Change-Id: I5a5f4cf83dce7e1f604fb59cd308cffc8b4151e4 Reviewed-on:

[1/2] kudu git commit: [tools] Add locate_row support for unsupported key column types

2018-10-19 Thread mpercy
Repository: kudu Updated Branches: refs/heads/master ef714838a -> a33e5733c [tools] Add locate_row support for unsupported key column types BOOL, FLOAT, and DOUBLE are not supported as types for key columns. But there's actually no reason why the tool can't pre-emptively support them in case

[2/2] kudu git commit: thread: show thread limit info when thread creation fails

2018-10-19 Thread mpercy
thread: show thread limit info when thread creation fails It seems useful to return the number of outstanding threads and the ulimit nproc when thread creation fails, to help an administrator diagnose the cause of the fork()/clone() failure. This patch adds that info to the error Status returned

kudu git commit: Use preferred private client API method for a couple of tools functions

2018-10-19 Thread alexey
Repository: kudu Updated Branches: refs/heads/master b3486d99a -> ef714838a Use preferred private client API method for a couple of tools functions Change-Id: Ic5bc5e59c9e8a77faa99ca0be11db19eb04dbcb9 Reviewed-on: http://gerrit.cloudera.org:8080/11736 Reviewed-by: Adar Dembo Tested-by: Will

[1/2] kudu git commit: Add ExtractDouble method to JsonReader and small improvements

2018-10-19 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 785490ce5 -> b3486d99a Add ExtractDouble method to JsonReader and small improvements Change-Id: Iccbdc2467746b68ac871f5feeb01e610610b13d6 Reviewed-on: http://gerrit.cloudera.org:8080/11728 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin

[2/2] kudu git commit: Add missing test dependency for Hive tests

2018-10-19 Thread danburkert
Add missing test dependency for Hive tests The HMS client internally calls into the JobConf class, which is provided by the org.apache.hadoop.hadoop-mapreduce-client-core artifact. The HMS only specifies an optional dependency on hadoop-mapreduce-client-core, so we are forced to depend on it