Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFixed project to work with Hive 0.12.0 (CDH5-beta-2). #64
Conversation
…reaks support for earlier versions of Hive.
|
Any updates on this issue? I would rather not fork the project and have to maintain my own jar ... |
|
sorry but I have been swamped at work...let me see if I can do this today, shouldn't take long. "Good judgment comes from experience. Experience comes from bad judgment"Data Engineer - OpenX.org On Monday, April 28, 2014 11:51 AM, Ilya Maykov notifications@github.com wrote: Any updates on this issue? I would rather not fork the project and have to maintain my own jar ...
|
|
Actually Maven is pretty rigid and I have to do a major project restructuring for it to work with multiple versions, I definitely won't be able to di it today. "Good judgment comes from experience. Experience comes from bad judgment"Data Engineer - OpenX.org On Monday, April 28, 2014 12:51 PM, Roberto Congiu rcongiu@yahoo.com wrote: sorry but I have been swamped at work...let me see if I can do this today, shouldn't take long.
|
|
I just pushed a refactored project that uses profiles, and can be built for cdh4 or cdh5. |
ivmaykov commentedApr 18, 2014
Note: This breaks support for earlier versions of Hive.
As discussed on #63, here is the promised pull request that makes things work with Hive 0.12.0, but breaks it for earlier versions of Hive. I verified that this code does not compile against either 0.11.0-cdh5.0.0-beta-1 or 0.8.1-cdh4.0.1. Hopefully the Maven profile configuration you mentioned is not too much work to set up.