GitHub user mashengchen reopened a pull request:
https://github.com/apache/incubator-trafodion/pull/568
TRAFODION-2016
support hbase 1.1 & cdh 5.5
for developer pls do set HBASE_DISTRO before source sqenv.sh
export HBASE_DISTRO=APACHE1.0 (APACHE HBASE1.0)
export HBASE_DISTRO=APACHE1.1 (APACHE HBASE1.1)
export HBASE_DISTRO=CDH5.4 (cloudera 1.0.0-cdh5.4.4)
export HBASE_DISTRO=CDH5.5 (cloudera 1.0.0-cdh5.5.1)
export HBASE_DISTRO=HDP (hortonworks 2.3)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mashengchen/incubator-trafodion hbase1.1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/568.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #568
----
commit b1ff89f145063ef633c8852495db875668c2fbd2
Author: traf <[email protected]>
Date: 2016-06-27T05:21:01Z
jira1743
commit 324a981c69e9c150bd7730d63ad5049483749918
Author: mashengchen <[email protected]>
Date: 2016-06-29T07:42:59Z
Merge pull request #1 from apache/master
update head
commit 6d08029a1cbd162b5573e3055ecfee6b45f8371a
Author: traf <[email protected]>
Date: 2016-06-30T09:48:59Z
TRAFODION-2016 support apache hbase1.1 & cdh5.5
commit 443b0c4abfcb8a4493deecb805b76568d8d1ed74
Author: traf <[email protected]>
Date: 2016-06-30T10:08:32Z
remove other jira changes
commit bacd8bff71ca271d1f8be92c03940bb2fbd4e575
Author: traf <[email protected]>
Date: 2016-06-30T10:10:34Z
remove other jira changes
commit eba153afbf16583745996efd050d19319662fd29
Author: mashengchen <[email protected]>
Date: 2016-06-30T10:26:14Z
Merge pull request #2 from apache/master
update
commit 024e001d384fc343cc380a3dccdaa7abbc0757d4
Author: Liu Ming <[email protected]>
Date: 2016-07-07T15:03:36Z
[TRAFODION-2096] create all tpcds hive external tables from
install_local_hadoop
commit a6942309b0efba4f548a8e065e729826c0f8cca4
Author: mashengchen <[email protected]>
Date: 2016-07-12T02:19:32Z
Update sqenvcom.sh
correct HBASE_DISTRO value for apache situation
commit a0fd11ec72c32ab7a3817ebd71dd21aafb996410
Author: mashengchen <[email protected]>
Date: 2016-07-12T02:24:48Z
Update sqenvcom.sh
sorry,it's a long time from my first commit, and i mistake the value for
hbase_distro when in apache situation, now returne back,
commit fc3bb5a7c744848bd1c81680b34d1fbbf31e225b
Author: Liu Ming <[email protected]>
Date: 2016-07-12T13:02:10Z
update the checking table
commit ea2087410bcf23ff2800be03ca0fc8592fa0bb48
Author: Sandhya Sundaresan <[email protected]>
Date: 2016-07-12T23:22:58Z
Merge remote branch 'origin/pr/585/head' into merge_585
commit 249dfefac344fbb7db72d1131fae15a75c50058d
Author: Sandhya Sundaresan <[email protected]>
Date: 2016-07-14T00:18:01Z
Adding AQR retry for ENOENT and EAGAIN which may be encountered after an
hdfsOpen on a file that has gone through a timestamp check.
Squashed commit of the following:
commit 52551b6461e0b761aeb37958ecd8673ad29bec89
Author: Sandhya Sundaresan <[email protected]>
Date: Tue Jul 12 20:27:33 2016 +0000
Check for NULL pointer
commit a7bb285fb7874b314acb6c74cde5e0b6911d6930
Author: Sandhya Sundaresan <[email protected]>
Date: Tue Jul 12 16:12:17 2016 +0000
Rework to pass errno at the lowest layer as output param
commit abb236336ee68765fcf9c534fbeae3fe6af5cdb6
Author: Sandhya Sundaresan <[email protected]>
Date: Mon Jul 11 19:22:04 2016 +0000
Removed all retries and added AQR retry for missing hdfs file after
timestamp check.
commit 2530c4ebb8274bea8394067d2d2212b5bc3c97ef
Author: Sandhya Sundaresan <[email protected]>
Date: Mon Jul 11 07:11:35 2016 +0000
timeout to 20
commit 825bd5be2b0db4006bf82a0a9348338f7fc66236
Author: Sandhya Sundaresan <[email protected]>
Date: Mon Jul 11 03:59:11 2016 +0000
increase sleep
commit e471a4655ca8efe469e5dd8ab14748660fa5cdec
Author: Sandhya Sundaresan <[email protected]>
Date: Sun Jul 10 19:00:03 2016 +0000
Unconditionally retrying on open errors.
commit b0402243a17094f7fec9899a6afc5c31c48cc38b
Author: Sandhya Sundaresan <[email protected]>
Date: Sun Jul 10 03:31:01 2016 +0000
Retrying for ENOENT too
commit cbb2175282095edb73b30e79a9728f689b80c435
Author: Sandhya Sundaresan <[email protected]>
Date: Sat Jul 9 23:14:31 2016 +0000
Rework and returning errno
commit dd99c24deec09add76342e583193f79646fc9661
Author: Sandhya Sundaresan <[email protected]>
Date: Sat Jul 9 05:05:43 2016 +0000
fixing build issue
commit 66941774b1087ce564932af0c30ce50f15d0da67
Author: Sandhya Sundaresan <[email protected]>
Date: Sat Jul 9 04:40:59 2016 +0000
Increasing retry and add hdfsClose to cleanup .
commit 1934f2b3b7b32ee4a0396d9e56457ffc9f2cb9cf
Author: Sandhya Sundaresan <[email protected]>
Date: Fri Jul 8 21:59:00 2016 +0000
Adding retry logic when making hdfsOpenFile calls to read an hdfs file
to handle potential EAGAIN errors. [TRAFODION-2097]
commit 77899fde1b20e53bbb6ad0de0cc91bb252542225
Author: Anoop Sharma <[email protected]>
Date: 2016-07-14T13:48:54Z
JIRA TRAFODION-1843 TRAFODION-2106
-- TRAFODION-1843: allow 'default user' in create table statement
-- TRAFODION-2106: fix bug with use of to_date function in where clause
commit 93053325ecab38999a9178a5490540095bd20a92
Author: Suresh Subbiah <[email protected]>
Date: 2016-07-15T03:26:06Z
Merge [TRAFODION-1843] PR-592 JIRA TRAFODION-1843 TRAFODION-2106
commit 1f0e8a3651bffdd74289a10ac901c04c315a407e
Author: mashengchen <[email protected]>
Date: 2016-07-15T09:42:42Z
Merge pull request #3 from apache/master
update head
commit 0a5a0b8778a3d468345dac57a805f319cc9249b1
Author: mashengchen <[email protected]>
Date: 2016-07-18T11:00:03Z
Update traf_config_check
add hbase_distro to trafodion_config
commit 42be08ac4554893d68743321cfbeedd4cc0278a5
Author: mashengchen <[email protected]>
Date: 2016-07-18T11:01:10Z
Merge pull request #4 from mashengchen/master
update head
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---