GitHub user amandamoran opened a pull request:
https://github.com/apache/incubator-trafodion/pull/440
Vanilla Apache HBase support and Multi-Cluster support (disabled)
Pre-work needed from Hadoop Install
Install: Hadoop, Zookeeper, HBase, and optional Hive
hadoop-env.sh
set JAVA_HOME
hdfs-site.xml
dfs.namenode.acls.enabled true
hbase-site.xml
hbase.cluster.distributed true
hbase.coprocessor.region.classes org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionObserver,
org.apache.hadoop.hbase.coprocessor.transactional.TrxRegionEndpoint, org.apache.hadoop.hbase.coprocessor.AggregateImplementation
hbase.hregion.impl org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegion
hbase-env.sh
export HBASE_MANAGES_ZK=false # don't use HBase's zookeeper
export JAVA_HOME=/path/to/java/home
zookeeper-env.sh
set JAVA_HOME
Trafodion Install
New Questions:
Specify the version of Hadoop installed (1: Cloudera, 2: Hortonworks, 3: Other):
Enter Hadoop installed full path (example: '/opt/hadoop-2.6.0'), default is [/opt/hadoop-2.6.0]:
Enter HBase installed full path (example: '/opt/hbase-1.2.0'), default is [/opt/hbase-1.0.2]:
Enter Zookeeper installed full path (example: '/opt/zoo'), default is [/opt/zookeeper-3.4.6]:
Is Hive Installed (Y/N), default is N:
Enter Hive installed full path, default is []:
Enter list of all nodes in this cluster (blank separated), default [vanilla-1 vanilla-2]:
Enter list of all HBase nodes in this cluster (blank separated), default [vanilla-1 vanilla-2]:
Enter list of all HDFS nodes in this cluster (blank separated), default [vanilla-1 vanilla-2]:
Old Questions (NEW ANSWERS):
Enter HDFS username or username running HDFS, default is [centos]:
Enter HBase username or username running HBase, default is [centos]:
Enter HBase group, default is [centos]:
Enter Zookeeper username of username running Zookeeper, default is [centos]:
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/amandamoran/incubator-trafodion installbugfixes
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/440.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 #440
----
commit 5357a654658df1a18566c9bf78c0dac84713152a
Author: Amanda Moran <amanda@apache.com>
Date: 2016-04-14T22:20:30Z
Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
commit ad27625f2bfc4b0892802fce0e8dcc46424c193c
Author: Amanda Moran <amanda@apache.com>
Date: 2016-04-18T16:30:11Z
Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
commit ac4fa8f2c36ee5dc13726529d05f4113cb87f7be
Author: Amanda Moran <amanda@apache.com>
Date: 2016-04-19T00:07:22Z
Merge branch 'master' of github.com:apache/incubator-trafodion into installbugfixes
commit 17cef884982714d6f9a319f16179c777454b49a5
Author: Amanda Moran <amanda@apache.com>
Date: 2016-04-19T00:19:14Z
[[TRAFODION 1927]] [[TRAFODION 1692]] [[TRAFODION 1572]]
Install on multi-cluster (cloudera setup) --disabled
Vanilla Apache HBase support
Copy error in traf_*mods
----
---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---
|