[
https://issues.apache.org/jira/browse/TRAFODION-2067?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15405402#comment-15405402
]
ASF GitHub Bot commented on TRAFODION-2067:
-------------------------------------------
Github user mashengchen commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/610#discussion_r73286115
--- Diff:
core/sqf/src/seatrans/hbase-trx/src/main/java/org/apache/hadoop/hbase/coprocessor/transactional/SsccRegionEndpoint.java.tmpl
---
@@ -236,7 +236,11 @@ CoprocessorService, Coprocessor {
private HRegionInfo regionInfo = null;
private HRegion m_Region = null;
+#ifdef CDH5.7 APACHE1.2
+ private HRegion t_Region = null;
--- End diff --
the qualify of HRegion.getScanner(final Scan scan, final
List<KeyValueScanner> scanners) has changed to public in hbase1.2, what the
TransactionalRegion do before hbase1.2 is to make getScanner to be public , so
in hbase1.2 it can change back to HRegion. and it may help to remove
"hbase.hregion.impl" in hbase-site.xml in the future.
> Support CDH 5.7
> ---------------
>
> Key: TRAFODION-2067
> URL: https://issues.apache.org/jira/browse/TRAFODION-2067
> Project: Apache Trafodion
> Issue Type: Improvement
> Environment: CDH 5.7
> Reporter: yuhong zhou
> Assignee: mashengchen
>
> our bigdata platform CDH had been upgraded to 5.7. As tring to apply apache
> trafodion as data warehouse based on bigdata distributions, we found current
> release couldn;t support CDH 5.7 ,we wish next release can support it .
> additionally, apache trafodion should be close to mainstream open soure
> bigdata platform release, So, apache trafodion can be applied by more
> companies as soon as possible
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)