-
Notifications
You must be signed in to change notification settings - Fork 160
Gh 0022 Add Hive Action #546
base: master
Are you sure you want to change the base?
Conversation
Using 'org.apache.*' as groupId for Hadoop/Pig artifacts. For now using CDH versions are there are not Apache/Yahoo versions available. Assemblies for client and sharelib exclude dependencies of type 'pom'
Any update to this ? |
Not in GH Yahoo Oozie. CDH3b4 Oozie has this patch integrated. |
Does this fix have any dependencies on cloudera? Does this need thrift also? |
It should work. It only depends on Cloudera's artifacts because Hive ones Plus, AFAIK the Yahoo folks got it working. Thanks. Alejandro On Tue, May 31, 2011 at 8:16 AM, giriprasad <
|
Thanks. I will try to apply this diff then. Does this change require thrift? thanks, On Tue, May 31, 2011 at 9:51 PM, tucu00
|
yep, Hive needs thirft Cheers. Alejandro On Tue, May 31, 2011 at 9:41 AM, giriprasad <
|
Alejandro, I tried using these patches. [ERROR] /home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache How did you resolve these? Actually I am new to oozie and pom.xml. I am finding too difficult to get this thing build. I must be missing some thing or you have some class path set to pick the hive libraries. |
Giri, Oozie uses Maven to build, Maven finds and downloads all transitive Said this, the patch was done against Oozie 2.3, I never tested it against Thanks. Alejandro On Wed, Jun 1, 2011 at 5:07 AM, giriprasad <
|
Alejandro, inline.. On Wed, Jun 1, 2011 at 8:59 PM, tucu00
In this patch there is one hive 'jar' file referenced ie Can you list out the jar files which are part of Other related question: If I have local hive package, how do I include Again my understanding could be wrong.
is it? From the code, I see that these are independent changes. thanks,
|
Giri, Oozie and the patch for Hive builds entirely with Maven, Maven pulls all To start, I'd suggest to build/test the branch of the original patch Thanks. Alejandro On Wed, Jun 1, 2011 at 9:32 AM, giriprasad <
|
Alejandro, It worked if I just apply your patch. But when I try to use the local Looks like Maven resolves all the required jars for 'hive-cli-X.jar' share/lib contains all these files nowhive-cli-0.6.0-CDH3B4-20110218.102111-64.jar hive-shims-0.7.0-CDH3B4-20110218.232823-1.jarNow I know the issue. But dont know how to solve this. I want to use thanks,
|
Well that is the whole point, Hive is not publishing POMs/JARs for all its To do things right, you'd have to install in your local Maven cache all your Thanks. Alejandro On Wed, Jun 1, 2011 at 10:24 AM, giriprasad <
|
is there any update on this? |
I'll git it a try on FRI. Thxs. Alejandro On Wed, Jul 13, 2011 at 6:25 PM, mislam77
|
Mohammed, Regards, -----Original Message----- is there any update on this? Reply to this email directly or view it on GitHub: |
This PR works on top of master branch
It has 2 commits:
changes POMs dependencies to use CDH3b4 dependencies (as other versions are not avail)
If somebody has an idea of a good way to solve this dependency mess please!!