This is an automated email from the ASF dual-hosted git repository.
nic pushed a change to branch 3.0.x-hadoop3.1
in repository https://gitbox.apache.org/repos/asf/kylin.git.
discard 9287da5 [maven-release-plugin] prepare release kylin-3.0.2
discard 1f2c818 Upgrade tomcat vertion to 8.5.51
discard 4b39914 Add keys
discard 37de34e [maven-release-plugin] prepare release kylin-3.0.1
discard fe53b76 Backport HBASE-22887 to Kylin HFileOutputFormat3
discard 1200a5b fix kylin jdbc driver guava class not found problem
discard 5c03c40 KYLIN-3973: InvalidProtocolBufferException: Protocol message
was too large.
discard 37736ba Package kafka and curator
discard 91a95f9 KYLIN-4086 Upgrade avatica to 1.12
discard a54f6c6 remove htable toUpperCase, for HBase tableName is case
sensitive
discard 4a1153a KYLIN-4072 find-hbase-dependency.sh don't work at CDH 6.x
discard 6e64b84 fix add jacoco.version in pom.xml (#699)
discard 583940f Rebase master
discard b7a353b fix beeline meta data parser on partition information
discard 5104404 KYLIN-3537
discard 5fefca5 KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
add 90f0946 KYLIN-4298 KYLIN-4299
add 918b8a1 Fix for KYLIN-4206
add 04acd09 KYLIN-4340 Fix bug of get value of isSparkFactDistinctEnable
for cube not correct
add ee15808 KYLIN-4353 Add regular check for cube state convert.
add 8cf0a73 KYLIN-4372 Fix bug of delete file too later cause ZK started
by HBase crash
add 543f4de KYLIN-4383 Fix reflection error
add 31cca88 KYLIN-4251 Add livy to docker
add 9fcd39f Minor, change resource URL in Dockerfile
add e96075a KYLIN-4272: optimize docker build scripts
add c474815 KYLIN-4388 Refine the Dockerfile
new 7ede04e KYLIN-2565 upgrade to hadoop 3.0 hbase 2.0, pass UT
new 76daa6f KYLIN-3537
new 595ca19 fix beeline meta data parser on partition information
new c8fc9f9 Rebase master
new 84484b7 fix add jacoco.version in pom.xml (#699)
new 610e382 KYLIN-4072 find-hbase-dependency.sh don't work at CDH 6.x
new 038b9f6 remove htable toUpperCase, for HBase tableName is case
sensitive
new ab61383 KYLIN-4086 Upgrade avatica to 1.12
new 9c81ae9 Package kafka and curator
new 2036e15 KYLIN-3973: InvalidProtocolBufferException: Protocol message
was too large.
new 6c36c78 fix kylin jdbc driver guava class not found problem
new 745834d Backport HBASE-22887 to Kylin HFileOutputFormat3
new c1cd85b [maven-release-plugin] prepare release kylin-3.0.1
new 7ca7ce3 Add keys
new ce55f54 Upgrade tomcat vertion to 8.5.51
new 4490cc2 [maven-release-plugin] prepare release kylin-3.0.2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (9287da5)
\
N -- N -- N refs/heads/3.0.x-hadoop3.1 (4490cc2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 16 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/kylin/common/KylinConfigBase.java | 33 ++---
.../org/apache/kylin/common/KylinConfigExt.java | 2 +
.../src/main/resources/kylin-defaults.properties | 4 +-
docker/Dockerfile | 103 +++------------
docker/Dockerfile_dev | 43 ++++++
docker/{Dockerfile => Dockerfile_hadoop} | 27 ++--
docker/README.md | 145 +++++++++++++++++++++
docker/build_image.sh | 22 +---
docker/entrypoint.sh | 19 ++-
docker/run_container.sh | 3 +-
docker/use-guide.md | 136 -------------------
.../engine/spark/SparkBatchCubingJobBuilder2.java | 3 +-
metrics-reporter-hive/pom.xml | 5 +-
.../kylin/metrics/lib/impl/hive/HiveProducer.java | 38 +++---
.../apache/kylin/source/hive/CLIHiveClient.java | 24 ++--
.../source/hive/HiveMetaStoreClientFactory.java | 62 +++++++++
.../coordinate/ReceiverClusterManager.java | 6 +-
.../core/storage/StreamingSegmentManager.java | 2 +-
.../kylin/stream/server/StreamingServer.java | 9 ++
19 files changed, 380 insertions(+), 306 deletions(-)
create mode 100644 docker/Dockerfile_dev
copy docker/{Dockerfile => Dockerfile_hadoop} (82%)
create mode 100644 docker/README.md
mode change 100644 => 100755 docker/run_container.sh
delete mode 100644 docker/use-guide.md
create mode 100644
source-hive/src/main/java/org/apache/kylin/source/hive/HiveMetaStoreClientFactory.java