Skip to content
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

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 12, 2014

  1. 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...
    dalaro authored and Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    48cfc19 View commit details
    Browse the repository at this point in the history
  2. revert the version

    Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    c693132 View commit details
    Browse the repository at this point in the history
  3. Backport hbase-delete change from f0d41c

    Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    81fb590 View commit details
    Browse the repository at this point in the history
  4. 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.
    dalaro authored and Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    956db53 View commit details
    Browse the repository at this point in the history
  5. 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.
    dalaro authored and Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    c568994 View commit details
    Browse the repository at this point in the history
  6. Disable HBase version defaults check in testing

    dalaro authored and Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    10a3e62 View commit details
    Browse the repository at this point in the history
  7. Add Netty dependency to HBase 0.96-hadoop1

    Fixes a ClassNotFoundException during HBase minicluster startup in
    testing of the HBase 0.96 + hadoop1 build
    dalaro authored and Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    cb4c90d View commit details
    Browse the repository at this point in the history
  8. 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.
    dalaro authored and Erick Tryzelaar committed Mar 12, 2014
    Configuration menu
    Copy the full SHA
    2573ac1 View commit details
    Browse the repository at this point in the history