This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a change to branch HBASE-29930-branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
discard 74288499fd1 fix
discard 092b93142fb fix
discard 19debf28c5e fix
add 8ede9ecb1bb Revert "fix"
add 8b2ae77c44b Revert "HBASE-29930 Separate packaging and integration
check in nightly job to new jenkins job"
add 08e47340144 HBASE-29454 Update hbase-examples scripts to be compatible
with Python 3 (#7687)
new fce355b989f HBASE-29930 Separate packaging and integration check in
nightly job to new jenkins job
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 (74288499fd1)
\
N -- N -- N refs/heads/HBASE-29930-branch-2.5 (fce355b989f)
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 1 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:
.gitignore | 1 +
dev-support/blanks-eol-ignore.txt | 2 +-
dev-support/blanks-tabs-ignore.txt | 2 +-
.../integration-test/pseudo-distributed-test.sh | 6 +-
hbase-examples/README.txt | 10 ++-
.../src/main/python/thrift1/DemoClient.py | 74 ++++++++++------------
.../thrift1/demo_hbase_thrift_over_http_tls.py | 49 +++++++-------
.../main/python/thrift1/gen-py/hbase/__init__.py | 1 -
.../thrift1/{gen-py => gen_py}/hbase/Hbase-remote | 0
.../thrift1/{gen-py => gen_py}/hbase/Hbase.py | 0
.../main/python/thrift1/gen_py/hbase/__init__.py | 18 ++++++
.../thrift1/{gen-py => gen_py}/hbase/constants.py | 0
.../thrift1/{gen-py => gen_py}/hbase/ttypes.py | 0
.../src/main/python/thrift2/DemoClient.py | 37 +++++------
.../main/python/thrift2/gen-py/hbase/__init__.py | 1 -
.../{gen-py => gen_py}/hbase/THBaseService-remote | 0
.../{gen-py => gen_py}/hbase/THBaseService.py | 0
.../main/python/thrift2/gen_py/hbase/__init__.py | 18 ++++++
.../thrift2/{gen-py => gen_py}/hbase/constants.py | 0
.../thrift2/{gen-py => gen_py}/hbase/ttypes.py | 0
hbase-server/src/main/python/hbase/merge_conf.py | 2 +-
21 files changed, 125 insertions(+), 96 deletions(-)
delete mode 100644
hbase-examples/src/main/python/thrift1/gen-py/hbase/__init__.py
rename hbase-examples/src/main/python/thrift1/{gen-py =>
gen_py}/hbase/Hbase-remote (100%)
rename hbase-examples/src/main/python/thrift1/{gen-py =>
gen_py}/hbase/Hbase.py (100%)
create mode 100644
hbase-examples/src/main/python/thrift1/gen_py/hbase/__init__.py
rename hbase-examples/src/main/python/thrift1/{gen-py =>
gen_py}/hbase/constants.py (100%)
rename hbase-examples/src/main/python/thrift1/{gen-py =>
gen_py}/hbase/ttypes.py (100%)
delete mode 100644
hbase-examples/src/main/python/thrift2/gen-py/hbase/__init__.py
rename hbase-examples/src/main/python/thrift2/{gen-py =>
gen_py}/hbase/THBaseService-remote (100%)
rename hbase-examples/src/main/python/thrift2/{gen-py =>
gen_py}/hbase/THBaseService.py (100%)
create mode 100644
hbase-examples/src/main/python/thrift2/gen_py/hbase/__init__.py
rename hbase-examples/src/main/python/thrift2/{gen-py =>
gen_py}/hbase/constants.py (100%)
rename hbase-examples/src/main/python/thrift2/{gen-py =>
gen_py}/hbase/ttypes.py (100%)