-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
titan 0.4.2 hadoop 2.2 support #609
base: master
Are you sure you want to change the base?
Commits on Mar 12, 2014
-
Splitting HBase into modules for 0.94 and 0.96
This commit compiles and passes tests against HBase 0.94.16 + Hadoop 1.0.4 and against HBase 0.96.1.1-hadoop2 + Hadoop 2.2.0. Several things still need work: titan-dist's dependency on titan-hbase is no longer complete and effective since that's just a pom, some of the hadoop dependencies need to be made optional and/or provided/test scoped, probably some other stuff...
Configuration menu - View commit details
-
Copy full SHA for 48cfc19 - Browse repository at this point
Copy the full SHA 48cfc19View commit details -
Erick Tryzelaar committed
Mar 12, 2014 Configuration menu - View commit details
-
Copy full SHA for c693132 - Browse repository at this point
Copy the full SHA c693132View commit details -
Backport hbase-delete change from f0d41c
Erick Tryzelaar committedMar 12, 2014 Configuration menu - View commit details
-
Copy full SHA for 81fb590 - Browse repository at this point
Copy the full SHA 81fb590View commit details -
Mark hadoop-core optional for HBase 0.94.x
Marking both the hbase and hadoop-core dependencies as optional to make users redeclare the dependencies with their chosen distribution/version.
Configuration menu - View commit details
-
Copy full SHA for 956db53 - Browse repository at this point
Copy the full SHA 956db53View commit details -
Testing HBase 0.96 hadoop1/2 support
HBase 0.96 + hadoop1 is possibly broken pending https://issues.apache.org/jira/browse/HBASE-10494 HBase 0.96 + hadoop2 compiles and tests against Hadoop 2.2.0. This is the default build configuration of the titan-hbase-096 module.
Configuration menu - View commit details
-
Copy full SHA for c568994 - Browse repository at this point
Copy the full SHA c568994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10a3e62 - Browse repository at this point
Copy the full SHA 10a3e62View commit details -
Add Netty dependency to HBase 0.96-hadoop1
Fixes a ClassNotFoundException during HBase minicluster startup in testing of the HBase 0.96 + hadoop1 build
Configuration menu - View commit details
-
Copy full SHA for cb4c90d - Browse repository at this point
Copy the full SHA cb4c90dView commit details -
Update HBase shell scripts for 0.96
I initiall copied over 0.94's shell scripts to the 0.96 test environment, but there have been a lot of changes between 0.94 -> 0.96, so I pulled the scripts in 0.96.1.1-hadoop1's tarball distribution. I patched bin/hbase's classpath cache logic to be compatible with our maven build environment. A bin/hbase patch is included in this commit as a convenience.
Configuration menu - View commit details
-
Copy full SHA for 2573ac1 - Browse repository at this point
Copy the full SHA 2573ac1View commit details