GitHub user blrunner opened a pull request:
https://github.com/apache/tajo/pull/260
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
For reference, 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_2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/tajo/pull/260.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 #260
----
commit 1e5d3629d58fc2af1dd3507591d4726e903f1c7a
Author: JaeHwa Jung <[email protected]>
Date: 2014-11-12T06:04:33Z
TAJO-1166: S3 related storage causes compilation error in Hadoop
2.6.0-SNAPSHOT
commit 4d4d4f577d7cb5ea5287a305ce9bf896a121624b
Author: JaeHwa Jung <[email protected]>
Date: 2014-11-14T06:09:24Z
Added aws-sdk dependency.
commit 35c55ec54ce51cad3ec09316188118e1ba513695
Author: JaeHwa Jung <[email protected]>
Date: 2014-11-14T08:39:11Z
Remove aws-sdk dependency
commit 67bdc71b17b54da731eaf01b9fac51ad8983353b
Author: JaeHwa Jung <[email protected]>
Date: 2014-11-19T06:46:47Z
TAJO-1195: Remove unused CachedDNSResolver Class. (DaeMyung Kang via jaehwa)
Closes #253
commit 1b96f07b9129076a5be21bbe33c56eedc829f80e
Author: JaeHwa Jung <[email protected]>
Date: 2014-11-19T08:49:47Z
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/tajo into
TAJO-1166
commit 85407e7b548a5953fa377d1848d25ed03b9c34a5
Author: JaeHwa Jung <[email protected]>
Date: 2014-11-19T11:54:15Z
Added container package.
----
---
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.
---