nathanmarz / cascalog

Data processing on Hadoop without the hassle.
Other
1.38k stars 178 forks source link

Follow api changes from v1.0 -> v2.0. #271

Closed philippwinkler closed 9 years ago

philippwinkler commented 9 years ago

So, the underlying APIs have changed as well. If you compile pointing to Hadoop 1.2.1 (the current HADOOP-VERSION in the develop branch) you get an API changed error when running on Hadoop 2.4+. Here I manually pointed it at 2.4. Seems like we need a 'Cascalog 2 on Hadoop 1' branch and a separate 'Cascalog 2 on Hadoop 2' branch.

sritchie commented 9 years ago

This looks great! I guess the last step is to get the tests running for the lzo branch again.

sritchie commented 9 years ago

Okay, added it back to modules. Let's see if the tests pass.

https://github.com/nathanmarz/cascalog/pull/272