rcongiu / Hive-JSON-Serde

Read - Write JSON SerDe for Apache Hive.
Other
732 stars 391 forks source link

Compilation of Hive-JSON-Serde #179

Closed tusharkudal closed 7 years ago

tusharkudal commented 7 years ago

How to compile Hive-JSON-Serde for Apache Hadoop 1.2.1?

rcongiu commented 7 years ago

I just did some improvements in the maven project, now you can build the SerDe for hadoop 1.2.1 using

 mvn -Dcdh5.hadoop.version=1.2.1 -Dhadoop.dependency=hadoop-core clean package

The issue is that Cloudera went from the 0.x directly to the 2.x version, so I had to make some changes in the project definition to accept a non-cloudera version for the dependencies.

tusharkudal commented 7 years ago

Thanks!

On Apr 3, 2017 9:35 PM, "Roberto Congiu" notifications@github.com wrote:

I just did some improvements in the maven project, now you can build the SerDe for hadoop 1.2.1 using

mvn -Dcdh5.hadoop.version=1.2.1 -Dhadoop.dependency=hadoop-core clean package

The issue is that Cloudera went from the 0.x directly to the 2.x version, so I had to make some changes in the project definition to accept a non-cloudera version for the dependencies.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rcongiu/Hive-JSON-Serde/issues/179#issuecomment-291189600, or mute the thread https://github.com/notifications/unsubscribe-auth/AZnBxEC78--Vo6_XoajrbUNjzINF_B1Yks5rsRivgaJpZM4Mwz0S .