Skip to content
This repository has been archived by the owner on Jan 6, 2018. It is now read-only.

Gh 0022 Add Hive Action #546

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Gh 0022 Add Hive Action #546

wants to merge 2 commits into from

Conversation

tucu00
Copy link
Contributor

@tucu00 tucu00 commented Mar 2, 2011

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!!



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'
@balajirg
Copy link

Any update to this ?

@tucu00
Copy link
Contributor Author

tucu00 commented Mar 21, 2011

Not in GH Yahoo Oozie. CDH3b4 Oozie has this patch integrated.

@giriprasad
Copy link

Does this fix have any dependencies on cloudera?
Will this work with hive-0.7.0 also?

Does this need thrift also?

@tucu00
Copy link
Contributor Author

tucu00 commented May 31, 2011

It should work. It only depends on Cloudera's artifacts because Hive ones
are not avail in public Maven repos. That is why it has not been committed
either.

Plus, AFAIK the Yahoo folks got it working.

Thanks.

Alejandro

On Tue, May 31, 2011 at 8:16 AM, giriprasad <
[email protected]>wrote:

Does this fix have any dependencies on cloudera?
Will this work with hive-0.7.0 also?

Reply to this email directly or view it on GitHub:
#546 (comment)

@giriprasad
Copy link

Thanks. I will try to apply this diff then.

Does this change require thrift?

thanks,
giri

On Tue, May 31, 2011 at 9:51 PM, tucu00
[email protected]
wrote:

It should work. It only depends on Cloudera's artifacts because Hive ones
are not avail in public Maven repos. That is why it has not been committed
either.

Plus, AFAIK the Yahoo folks got it working.

Thanks.

Alejandro

On Tue, May 31, 2011 at 8:16 AM, giriprasad <
[email protected]>wrote:

Does this fix have any dependencies on cloudera?
Will this work with hive-0.7.0 also?

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

@tucu00
Copy link
Contributor Author

tucu00 commented May 31, 2011

yep, Hive needs thirft

Cheers.

Alejandro

On Tue, May 31, 2011 at 9:41 AM, giriprasad <
[email protected]>wrote:

Thanks. I will try to apply this diff then.

Does this change require thrift?

thanks,
giri

On Tue, May 31, 2011 at 9:51 PM, tucu00
[email protected]
wrote:

It should work. It only depends on Cloudera's artifacts because Hive ones
are not avail in public Maven repos. That is why it has not been
committed
either.

Plus, AFAIK the Yahoo folks got it working.

Thanks.

Alejandro

On Tue, May 31, 2011 at 8:16 AM, giriprasad <
[email protected]>wrote:

Does this fix have any dependencies on cloudera?
Will this work with hive-0.7.0 also?

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

@giriprasad
Copy link

Alejandro,

I tried using these patches.
But I am not able to compile it. Looks like it needs lot of hive jar files. But this diff uses hive-cli-x.jar. But when I try to build it I keep getting the following errors

[ERROR] /home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[18,24] package org.antlr.runtime does no
t exist
[ERROR] /home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[26,34] package org.apache.hadoop.hive.co
nf does not exist
[ERROR] /home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[27,44] package org.apache.hadoop.hive.co
ntrib.serde2 does not exist
[ERROR] /home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[28,39] package org.apache.hadoop.hive.me
tastore does not exist
....

How did you resolve these?
Did you have all the 'hive' jars locally and classpath is pointed to that directory?

Actually I am new to oozie and pom.xml. I am finding too difficult to get this thing build.
The main change which I did was instead of using 'hive-cli-x-CDHx.jar' used 'hive-cli-0.7.0.jar' which I locally have. This is in building the oozie-sharelib-x.jar.
After that it keeps asking for more jar files which are part of hive.

I must be missing some thing or you have some class path set to pick the hive libraries.

@tucu00
Copy link
Contributor Author

tucu00 commented Jun 1, 2011

Giri,

Oozie uses Maven to build, Maven finds and downloads all transitive
dependencies (normally component JARs) from Maven repositories. The problem
with Hive is that they are not published in the standard Maven repositories.
If you look at the patch, it adds Cloudera Maven repositories and sets the
version of the components to Cloudera's ones, then things work.

Said this, the patch was done against Oozie 2.3, I never tested it against
Oozie 3.0.

Thanks.

Alejandro

On Wed, Jun 1, 2011 at 5:07 AM, giriprasad <
[email protected]>wrote:

Alejandro,

I tried using these patches.
But I am not able to compile it. Looks like it needs lot of hive jar files.
But this diff uses hive-cli-x.jar. But when I try to build it I keep getting
the following errors

[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[18,24] package org.antlr.runtime
does no
t exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[26,34] package
org.apache.hadoop.hive.co
nf does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[27,44] package
org.apache.hadoop.hive.co
ntrib.serde2 does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[28,39] package
org.apache.hadoop.hive.me
tastore does not exist
....

How did you resolve these?
Did you have all the 'hive' jars locally and classpath is pointed to that
directory?

Actually I am new to oozie and pom.xml. I am finding too difficult to get
this thing build.
The main change which I did was instead of using 'hive-cli-x-CDHx.jar' used
'hive-cli-0.7.0.jar' which I locally have. This is in building the
oozie-sharelib-x.jar.
After that it keeps asking for more jar files which are part of hive.

I must be missing some thing or you have some class path set to pick the
hive libraries.

Reply to this email directly or view it on GitHub:
#546 (comment)

@giriprasad
Copy link

Alejandro,

inline..

On Wed, Jun 1, 2011 at 8:59 PM, tucu00
[email protected]
wrote:

Giri,

Oozie uses Maven to build, Maven finds and downloads all transitive
dependencies (normally component JARs) from Maven repositories. The problem
with Hive is that they are not published in the standard Maven repositories.
If you look at the patch, it adds Cloudera Maven repositories and sets the
version of the components to Cloudera's ones, then things work.

In this patch there is one hive 'jar' file referenced ie
hive-cli-X.jar. I pointed out that jar using systemPath. And it was
picked up from a local directory. That worked.
But I see the test code
(core/src/test/java/org/apache/oozie/action/hadoop/TestHiveMain.java
and others) requires lot of other jars like thrift-fb303.jar,
hive-exec-X.jar, antlr-runtime-X.jar etc. But those are not referenced
neither in sharelib or core. I did not get how getting those 'jar' are
getting referenced in your bulild environment.

Can you list out the jar files which are part of
'sharelib/target/oozie-sharelib-3.0.0-sharelib/share/lib'. (Version
may be different in your environment)

Other related question: If I have local hive package, how do I include
libraries in the classpath instead of specifying one by one. There are
lot of jars needed by the test code.

Again my understanding could be wrong.
Correct me If I am wrong.

Said this, the patch was done against Oozie 2.3, I never tested it against
Oozie 3.0.

is it? From the code, I see that these are independent changes.
I will apply it and try. What are tests to be run to verify this fix.

thanks,
giri

Thanks.

Alejandro

On Wed, Jun 1, 2011 at 5:07 AM, giriprasad <
[email protected]>wrote:

Alejandro,

I tried using these patches.
But I am not able to compile it. Looks like it needs lot of hive jar files.
But this diff uses hive-cli-x.jar. But when I try to build it I keep getting
the following errors

[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[18,24] package org.antlr.runtime
does no
t exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[26,34] package
org.apache.hadoop.hive.co
nf does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[27,44] package
org.apache.hadoop.hive.co
ntrib.serde2 does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[28,39] package
org.apache.hadoop.hive.me
tastore does not exist
....

How did you resolve these?
Did you have all the 'hive' jars locally and classpath is pointed to that
directory?

Actually I am new to oozie and pom.xml. I am finding too difficult to get
this thing build.
The main change which I did was instead of using 'hive-cli-x-CDHx.jar' used
'hive-cli-0.7.0.jar' which I locally have. This is in building the
oozie-sharelib-x.jar.
After that it keeps asking for more jar files which are part of hive.

I must be missing some thing or you have some class path set to pick the
hive libraries.

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

@tucu00
Copy link
Contributor Author

tucu00 commented Jun 1, 2011

Giri,

Oozie and the patch for Hive builds entirely with Maven, Maven pulls all
the dependencies, there are not requirements for any JARs to be locally
installed.

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 <
[email protected]>wrote:

Alejandro,

inline..

On Wed, Jun 1, 2011 at 8:59 PM, tucu00
[email protected]
wrote:

Giri,

Oozie uses Maven to build, Maven finds and downloads all transitive
dependencies (normally component JARs) from Maven repositories. The
problem
with Hive is that they are not published in the standard Maven
repositories.
If you look at the patch, it adds Cloudera Maven repositories and sets
the
version of the components to Cloudera's ones, then things work.

In this patch there is one hive 'jar' file referenced ie
hive-cli-X.jar. I pointed out that jar using systemPath. And it was
picked up from a local directory. That worked.
But I see the test code
(core/src/test/java/org/apache/oozie/action/hadoop/TestHiveMain.java
and others) requires lot of other jars like thrift-fb303.jar,
hive-exec-X.jar, antlr-runtime-X.jar etc. But those are not referenced
neither in sharelib or core. I did not get how getting those 'jar' are
getting referenced in your bulild environment.

Can you list out the jar files which are part of
'sharelib/target/oozie-sharelib-3.0.0-sharelib/share/lib'. (Version
may be different in your environment)

Other related question: If I have local hive package, how do I include
libraries in the classpath instead of specifying one by one. There are
lot of jars needed by the test code.

Again my understanding could be wrong.
Correct me If I am wrong.

Said this, the patch was done against Oozie 2.3, I never tested it
against
Oozie 3.0.

is it? From the code, I see that these are independent changes.
I will apply it and try. What are tests to be run to verify this fix.

thanks,
giri

Thanks.

Alejandro

On Wed, Jun 1, 2011 at 5:07 AM, giriprasad <
[email protected]>wrote:

Alejandro,

I tried using these patches.
But I am not able to compile it. Looks like it needs lot of hive jar
files.
But this diff uses hive-cli-x.jar. But when I try to build it I keep
getting
the following errors

[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[18,24] package org.antlr.runtime
does no
t exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[26,34] package
org.apache.hadoop.hive.co
nf does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[27,44] package
org.apache.hadoop.hive.co
ntrib.serde2 does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[28,39] package
org.apache.hadoop.hive.me
tastore does not exist
....

How did you resolve these?
Did you have all the 'hive' jars locally and classpath is pointed to
that
directory?

Actually I am new to oozie and pom.xml. I am finding too difficult to
get
this thing build.
The main change which I did was instead of using 'hive-cli-x-CDHx.jar'
used
'hive-cli-0.7.0.jar' which I locally have. This is in building the
oozie-sharelib-x.jar.
After that it keeps asking for more jar files which are part of hive.

I must be missing some thing or you have some class path set to pick the
hive libraries.

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

@giriprasad
Copy link

Alejandro,

It worked if I just apply your patch. But when I try to use the local
hive jars, it did not work.

Looks like Maven resolves all the required jars for 'hive-cli-X.jar'
and downloaded them. And when I specify the location of
'hive-cli-X.jar' explicitly, it did not check for dependency and I hit
the build issue.

share/lib contains all these files now

hive-cli-0.6.0-CDH3B4-20110218.102111-64.jar
hive-common-0.7.0-CDH3B4-20110218.232544-1.jar
hive-contrib-0.7.0-CDH3B4-20110218.232554-1.jar
hive-exec-0.7.0-CDH3B4-20110218.232605-1.jar
hive-metastore-0.7.0-CDH3B4-20110218.232728-1.jar
hive-serde-0.7.0-CDH3B4-20110218.232802-1.jar
hive-service-0.7.0-CDH3B4-20110218.232817-1.jar

hive-shims-0.7.0-CDH3B4-20110218.232823-1.jar

Now I know the issue. But dont know how to solve this. I want to use
my local hive version of instead of hive-cli-0.6.0.
Can you suggest any easy way to do that.

thanks,
giri
On Wed, Jun 1, 2011 at 10:10 PM, tucu00
[email protected]
wrote:

Giri,

Oozie and the patch for Hive builds entirely with Maven, Maven pulls all
 the dependencies, there are not requirements for any JARs to be locally
installed.

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 <
[email protected]>wrote:

Alejandro,

inline..

On Wed, Jun 1, 2011 at 8:59 PM, tucu00
[email protected]
wrote:

Giri,

Oozie uses Maven to build, Maven finds and downloads all transitive
dependencies (normally component JARs) from Maven repositories. The
problem
with Hive is that they are not published in the standard Maven
repositories.
If you look at the patch, it adds Cloudera Maven repositories and sets
the
version of the components to Cloudera's ones, then things work.

In this patch there is one hive 'jar' file referenced ie
hive-cli-X.jar. I pointed out that jar using systemPath. And it was
picked up from a local directory. That worked.
But I see the test code
(core/src/test/java/org/apache/oozie/action/hadoop/TestHiveMain.java
and others) requires lot of other jars like thrift-fb303.jar,
hive-exec-X.jar, antlr-runtime-X.jar etc. But those are not referenced
neither in sharelib or core. I did not get how getting those 'jar' are
getting referenced in your bulild environment.

Can you list out the jar files which are part of
'sharelib/target/oozie-sharelib-3.0.0-sharelib/share/lib'. (Version
may be different in your environment)

Other related question: If I have local hive package, how do I include
libraries in the classpath instead of specifying one by one. There are
lot of jars needed by the test code.

Again my understanding could be wrong.
Correct me If I am wrong.

Said this, the patch was done against Oozie 2.3, I never tested it
against
Oozie 3.0.

is it? From the code, I see that these are independent changes.
I will apply it and try. What are tests to be run to verify this fix.

thanks,
giri

Thanks.

Alejandro

On Wed, Jun 1, 2011 at 5:07 AM, giriprasad <
[email protected]>wrote:

Alejandro,

I tried using these patches.
But I am not able to compile it. Looks like it needs lot of hive jar
files.
But this diff uses hive-cli-x.jar. But when I try to build it I keep
getting
the following errors

[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[18,24] package org.antlr.runtime
does no
t exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[26,34] package
org.apache.hadoop.hive.co
nf does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[27,44] package
org.apache.hadoop.hive.co
ntrib.serde2 does not exist
[ERROR]
/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[28,39] package
org.apache.hadoop.hive.me
tastore does not exist
....

How did you resolve these?
Did you have all the 'hive' jars locally and classpath is pointed to
that
directory?

Actually I am new to oozie and pom.xml. I am finding too difficult to
get
this thing build.
The main change which I did was instead of using 'hive-cli-x-CDHx.jar'
used
'hive-cli-0.7.0.jar' which I locally have. This is in building the
oozie-sharelib-x.jar.
After that it keeps asking for more jar files which are part of hive.

I must be missing some thing or you have some class path set to pick the
hive libraries.

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

@tucu00
Copy link
Contributor Author

tucu00 commented Jun 1, 2011

Well that is the whole point, Hive is not publishing POMs/JARs for all its
components yet. Cloudera did that work for the CDH versions.

To do things right, you'd have to install in your local Maven cache all your
Hive JARs with the right POMs.

Thanks.

Alejandro

On Wed, Jun 1, 2011 at 10:24 AM, giriprasad <
[email protected]>wrote:

Alejandro,

It worked if I just apply your patch. But when I try to use the local
hive jars, it did not work.

Looks like Maven resolves all the required jars for 'hive-cli-X.jar'
and downloaded them. And when I specify the location of
'hive-cli-X.jar' explicitly, it did not check for dependency and I hit
the build issue.

share/lib contains all these files now

hive-cli-0.6.0-CDH3B4-20110218.102111-64.jar
hive-common-0.7.0-CDH3B4-20110218.232544-1.jar
hive-contrib-0.7.0-CDH3B4-20110218.232554-1.jar
hive-exec-0.7.0-CDH3B4-20110218.232605-1.jar
hive-metastore-0.7.0-CDH3B4-20110218.232728-1.jar
hive-serde-0.7.0-CDH3B4-20110218.232802-1.jar
hive-service-0.7.0-CDH3B4-20110218.232817-1.jar

hive-shims-0.7.0-CDH3B4-20110218.232823-1.jar

Now I know the issue. But dont know how to solve this. I want to use
my local hive version of instead of hive-cli-0.6.0.
Can you suggest any easy way to do that.

thanks,
giri
On Wed, Jun 1, 2011 at 10:10 PM, tucu00
[email protected]
wrote:

Giri,

Oozie and the patch for Hive builds entirely with Maven, Maven pulls all
the dependencies, there are not requirements for any JARs to be locally
installed.

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 <
[email protected]>wrote:

Alejandro,

inline..

On Wed, Jun 1, 2011 at 8:59 PM, tucu00
[email protected]
wrote:

Giri,

Oozie uses Maven to build, Maven finds and downloads all transitive
dependencies (normally component JARs) from Maven repositories. The
problem
with Hive is that they are not published in the standard Maven
repositories.
If you look at the patch, it adds Cloudera Maven repositories and sets
the
version of the components to Cloudera's ones, then things work.

In this patch there is one hive 'jar' file referenced ie
hive-cli-X.jar. I pointed out that jar using systemPath. And it was
picked up from a local directory. That worked.
But I see the test code
(core/src/test/java/org/apache/oozie/action/hadoop/TestHiveMain.java
and others) requires lot of other jars like thrift-fb303.jar,
hive-exec-X.jar, antlr-runtime-X.jar etc. But those are not referenced
neither in sharelib or core. I did not get how getting those 'jar' are
getting referenced in your bulild environment.

Can you list out the jar files which are part of
'sharelib/target/oozie-sharelib-3.0.0-sharelib/share/lib'. (Version
may be different in your environment)

Other related question: If I have local hive package, how do I include
libraries in the classpath instead of specifying one by one. There are
lot of jars needed by the test code.

Again my understanding could be wrong.
Correct me If I am wrong.

Said this, the patch was done against Oozie 2.3, I never tested it
against
Oozie 3.0.

is it? From the code, I see that these are independent changes.
I will apply it and try. What are tests to be run to verify this fix.

thanks,
giri

Thanks.

Alejandro

On Wed, Jun 1, 2011 at 5:07 AM, giriprasad <
[email protected]>wrote:

Alejandro,

I tried using these patches.
But I am not able to compile it. Looks like it needs lot of hive jar
files.
But this diff uses hive-cli-x.jar. But when I try to build it I keep
getting
the following errors

[ERROR]

/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[18,24] package
org.antlr.runtime
does no
t exist
[ERROR]

/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[26,34] package
org.apache.hadoop.hive.co
nf does not exist
[ERROR]

/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[27,44] package
org.apache.hadoop.hive.co
ntrib.serde2 does not exist
[ERROR]

/home/qa/dev6/src/apache/oozie/oozie-3.0.0/core/src/test/java/org/apache
/oozie/action/hadoop/TestHiveMain.java:[28,39] package
org.apache.hadoop.hive.me
tastore does not exist
....

How did you resolve these?
Did you have all the 'hive' jars locally and classpath is pointed to
that
directory?

Actually I am new to oozie and pom.xml. I am finding too difficult to
get
this thing build.
The main change which I did was instead of using
'hive-cli-x-CDHx.jar'
used
'hive-cli-0.7.0.jar' which I locally have. This is in building the
oozie-sharelib-x.jar.
After that it keeps asking for more jar files which are part of hive.

I must be missing some thing or you have some class path set to pick
the
hive libraries.

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

Reply to this email directly or view it on GitHub:
#546 (comment)

@mislam77-zz
Copy link
Contributor

is there any update on this?
I think the hive artifacts are in the maven.

@tucu00
Copy link
Contributor Author

tucu00 commented Jul 14, 2011

I'll git it a try on FRI.

Thxs.

Alejandro

On Wed, Jul 13, 2011 at 6:25 PM, mislam77
[email protected]
wrote:

is there any update on this?
I think the hive artifacts are in the maven.

Reply to this email directly or view it on GitHub:
#546 (comment)

@balajirg
Copy link

Mohammed,
I moved out of hadoop team, copying Ranjit.

Regards,
Balaji

-----Original Message-----
From: mislam77 [mailto:[email protected]]
Sent: Thursday, July 14, 2011 6:56 AM
To: Balaji Rajagopalan
Subject: Re: [oozie] Gh 0022 Add Hive Action (#546)

is there any update on this?
I think the hive artifacts are in the maven.

Reply to this email directly or view it on GitHub:
#546 (comment)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants