kudu git commit: Supporting Spark streaming DataFrame in KuduContext.

2018-09-26 Thread granthenke
Repository: kudu Updated Branches: refs/heads/master 9130bb0e1 -> 8020cbf27 Supporting Spark streaming DataFrame in KuduContext. KUDU-2539: Supporting Spark streaming DataFrame in KuduContext. This solution follows the way how other sinks ie. KafkaSink is implemented, for details see

kudu git commit: Blogpost describing index skip scan optimization.

2018-09-26 Thread mpercy
Repository: kudu Updated Branches: refs/heads/gh-pages 9f7058cc7 -> 83530755d Blogpost describing index skip scan optimization. Link to the version with images: https://github.com/AnupamaGupta01/kudu/blob/blogpost-2/_posts/2018-09-25-index-skip-scan-optimization-in-kudu.md Change-Id:

[2/4] kudu-site git commit: Publish commit(s) from site source repo: 83530755d Blogpost describing index skip scan optimization.

2018-09-26 Thread mpercy
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/12782cec/blog/page/4/index.html -- diff --git a/blog/page/4/index.html b/blog/page/4/index.html index 21724ba..3f6dd71 100644 --- a/blog/page/4/index.html +++

[3/4] kudu-site git commit: Publish commit(s) from site source repo: 83530755d Blogpost describing index skip scan optimization.

2018-09-26 Thread mpercy
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/12782cec/2016/08/31/intro-flume-kudu-sink.html -- diff --git a/2016/08/31/intro-flume-kudu-sink.html b/2016/08/31/intro-flume-kudu-sink.html index 4bf4f7d..7f94bc9 100644 ---

[4/4] kudu-site git commit: Publish commit(s) from site source repo: 83530755d Blogpost describing index skip scan optimization.

2018-09-26 Thread mpercy
Publish commit(s) from site source repo: 83530755d Blogpost describing index skip scan optimization. Site-Repo-Commit: 83530755dbcddd44debe9b3ade286f58b96d5c82 Project: http://git-wip-us.apache.org/repos/asf/kudu-site/repo Commit:

[1/4] kudu-site git commit: Publish commit(s) from site source repo: 83530755d Blogpost describing index skip scan optimization.

2018-09-26 Thread mpercy
Repository: kudu-site Updated Branches: refs/heads/asf-site 8efb67b1a -> 12782cec3 http://git-wip-us.apache.org/repos/asf/kudu-site/blob/12782cec/img/index-skip-scan/skip-scan-example-table.png -- diff --git

kudu git commit: [java] Fix kudu-spark build failure

2018-09-26 Thread granthenke
Repository: kudu Updated Branches: refs/heads/master 8020cbf27 -> 801d00536 [java] Fix kudu-spark build failure Fixes a build break due to 2 patches comming in at similar times without a rebase. Change-Id: Id362bec3e6629c519ec908a2c29b5438b6bddee8 Reviewed-on:

kudu git commit: gh-pages: Make site-tool Python 3 compatible

2018-09-26 Thread mpercy
Repository: kudu Updated Branches: refs/heads/gh-pages 83530755d -> 40f26d899 gh-pages: Make site-tool Python 3 compatible Change-Id: I5e1f69c80e5f327b0d0d017bacf717a97f572e5b Reviewed-on: http://gerrit.cloudera.org:8080/11522 Reviewed-by: Adar Dembo Tested-by: Mike Percy Project:

kudu git commit: create-table-stress-test: deflake TestConcurrentCreateTableAndReloadMetadata

2018-09-26 Thread adar
Repository: kudu Updated Branches: refs/heads/master 801d00536 -> c9f1772e7 create-table-stress-test: deflake TestConcurrentCreateTableAndReloadMetadata First, if the ASSERT_OK fired, the test would hang. No bueno. Second, in TSAN environments the test would sometimes fail with a table

[1/4] kudu git commit: [DOCS] Added a version notice for changing managed Kudu table names in Impala

2018-09-26 Thread danburkert
Repository: kudu Updated Branches: refs/heads/master c9f1772e7 -> ecc4998cb [DOCS] Added a version notice for changing managed Kudu table names in Impala With IMPALA-5654, users can no longer change kudu.table_name property for managed Kudu tables in Impala. Change-Id:

[2/4] kudu git commit: KUDU-428: add Sentry to thirdparty, mini-sentry

2018-09-26 Thread danburkert
KUDU-428: add Sentry to thirdparty, mini-sentry This commit adds Sentry to thirdparty, and fills out the MiniSentry class with an initial implementation. Notable features that aren't implemented: - Stripped Sentry packaging. I've put an unmodified version of Sentry 2.0.1 into thirdparty. It

[3/4] kudu git commit: KUDU-2541: Fill out basic sentry client API

2018-09-26 Thread danburkert
KUDU-2541: Fill out basic sentry client API This commit contains more plumbing for the upcoming Sentry integration (KUDU-428). The Sentry client class is filled out with enough methods to ensure the Thrift RPC is working correctly, as well as error conversion from Sentry and Thrift's format to

[4/4] kudu git commit: KUDU-2541: add Kerberos support to Sentry client and mini-cluster

2018-09-26 Thread danburkert
KUDU-2541: add Kerberos support to Sentry client and mini-cluster More infrastructure work towards KUDU-428. Change-Id: I3f7e27137135cb9b463a90b98e4aba864cece3c1 Reviewed-on: http://gerrit.cloudera.org:8080/11525 Reviewed-by: Hao Hao Reviewed-by: Adar Dembo Tested-by: Kudu Jenkins Project: