GitHub user blrunner opened a pull request:

    https://github.com/apache/tajo/pull/262

    TAJO-1166: S3 related storage causes compilation error in Hadoop 
2.6.0-SNAPSHOT

    I implemented for this issue as follows.
    - Replace S3 to LocalFileSystem for unit test cases
    - Added container package (borrowed from hadoop-2.5.1)
    
    You can build tajo on both hadoop-2.5.1 and hadoop-2.6.0-SNAPSHOT.
    - mvn clean install -Dhadoop.version=2.6.0-SNAPSHOT
    - mvn clean install -Dhadoop.version=2.5.1
    
    I think that we're able to bump up hadoop version easily for this patch. 
    But, we need to implement our own container in the long-term.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/blrunner/tajo TAJO-1166_3

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/262.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 #262
    
----
commit 0f48003e4d8464d5da45dce3869aea0bfe3c1606
Author: JaeHwa Jung <[email protected]>
Date:   2014-11-19T17:02:44Z

    Initial Commit

----


---
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.
---

Reply via email to