kudu git commit: [tools] fix glog output colorizing for kudu CLI tests

2018-07-03 Thread alexey
Repository: kudu Updated Branches: refs/heads/master a81d80a79 -> 0dcf16673 [tools] fix glog output colorizing for kudu CLI tests This patch adds the '--nocolorlogtostderr' flag to every invocation of the kudu CLI tool run by the kudu::tools::RunKuduTool() function. Prior to this fix, the

kudu git commit: [tools] extra integration tests for the rebalancer

2018-07-03 Thread alexey
Repository: kudu Updated Branches: refs/heads/master 7b048b8db -> a81d80a79 [tools] extra integration tests for the rebalancer This patch adds more integration tests for the rebalancer, providing coverage for the following scenarios: * a new tablet server added post-rebalancing, and the

kudu git commit: KUDU-2191: support table-name identifiers with upper case chars

2018-07-03 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master 1ae050e4d -> 7b048b8db KUDU-2191: support table-name identifiers with upper case chars Summary: When the HMS integration is enabled, Kudu now preserves table name casing, but uses case-insensitive lookups to retrieve tables. Background: