Eduardo,
Beside the mapreduce/streaming/hive/pig/sqoop/distcp action, Oozie has a
JAVA action (to execute a Java Main class in the cluster), a SSH action (to
execute a script via SSH in a remote host), and a SHELL action (to execute
a script in the cluster).
Would you mind explaining what does yo
Appan,
If you have a single oozie-hive action running your hive queries script,
oozie calls hive once to run that script. Oozie does not do any hive script
partitioning.
Thanks.
Alejandro
On Sun, Jan 22, 2012 at 4:23 PM, Appan Thirumaligai
wrote:
> I'm running a bunch of hive queries (20+ and
William,
Oozie workflow jobs support Hive actions and Oozie coordinator jobs support
time/data activation of workflow jobs.
Cheers.
Alejandro
On Tue, Nov 29, 2011 at 4:27 PM, William Kornfeld wrote:
> We are building an application that involves chains of M/R jobs, most
> likely all will be w
Vikas,
You should be able to use the Snappy codec doing some minor tweaks
from http://code.google.com/p/hadoop-snappy/ until a Hadoop releases
with Snappy support.
Thxs.
Alejandro.
On Mon, Jul 25, 2011 at 4:04 AM, Vikas Srivastava
wrote:
> Hey ,
>
> i just want to use any compression in hadoop
ssues.apache.org/jira/browse/HIVE-1095#comment-13001262). Let
> us wait for this work to complete. In the mean time we are reviewing and
> testing your patch, and so far it looks fine.
>
> Thanks -Andreas.
>
> On Mar 1, 2011, at 7:30 PM, Alejandro Abdelnur wrote:
>
>
>
[crosspost on Oozie and Hive aliases as there threads in both]
I've just posted a pull request (patch) for Oozie that add support for Hive
actions in Oozie workflows.
IMPORTANT:
* The pull requests have an additional commit, GH-0226, that fixes
groupId/artifacts of Hadoop/Pig/Hive to the standar
hese JARs (currently I'm building against SNAPSHOTs).
As soon as the beta JARs are available I'll post a patch using those JAR
versions.
Thanks.
Alejandro
On Thu, Feb 10, 2011 at 4:51 PM, Alejandro Abdelnur wrote:
> Hi Balaji,
>
> The latest patch of the Hive action does not
a small suggestion if I may,
> hive-default.xml is bundled with the oozie-core.jar, instead can we have the
> hive-default.xml is the same folder of workflow.xml in the hdfs, so when I
> change the hive-default.xml I don’t have to bundle the jar again.
>
>
>
> Regards,
>
> Balaj
Hi Cam,
A bit of information that may be useful for you, Cloudera's Oozie has a Hive
action that you can use from workflow jobs.
Cheers
Alejandro
On Wed, Feb 9, 2011 at 11:44 AM, Cam Bazz wrote:
> Hello,
>
> I am looking over oozie's coordinator. But meanwhile, I managed to
> write a simple j