Installing Oozie on Linux System

0 votes
Can someone tell me the steps to install Oozie in Linux?
Feb 28, 2019 in Big Data Hadoop by Sharan
2,655 views

1 answer to this question.

0 votes

Download Oozie from this link:

http://www.apache.org/dyn/closer.lua/oozie/

Extract the files. Open terminal and run:

$ cd Downloads

$ tar -xvf oozie-4.1.0.tar.gz

Now you have to add some properties. In the oozie-4.1.0 directory, you will find a pom.xml file. Open it and add the properties as follows:

<targetJavaVersion>1.8</targetJavaVersion>

<hadoop.version>2.6.0</hadoop.version>

<hbase.version>1.2.3</hbase.version>

Replace the version number with the versions installed on your system

Next you will have to build oozie:

$ cd oozie-4.1.0/bin

$ ./mkdistro.sh -DskipTests

This will take some time, stay patient.

Next follow this steps to setup oozie

$ cd ../..

$ mkdir oozie

$ cp -R oozie-4.1.0/distro/target/oozie-4.1.0-distro/oozie-4.1.0/ oozie

$ cd oozie

$ mkdir libext

Now copy the required jar files to this directory

$ cp -R /home/edureka/Downloads/oozie-4.1.0/hadooplibs/hadoop-2/target/hadooplibs/hadooplib-2.3.0.oozie-4.1.0/* /home/edureka/Downloads/oozie/libext

Next, you need to download ext-2.2.zip

$ cd libext

$ wget http://extjs.com/deploy/ext-2.2.zip

Now, you need to create a WAR file. Follow the below steps for this:

$ cd $HOME/oozie/oozie-4.1.0/bin

$ sudo ./oozie-setup.sh prepare-war

Next, you have to create sharelib on HDFS

$ ./bin/oozie-setup.sh sharelib create -fs hdfs://localhost:54310 

and then create the OoozieDB

$ ./bin/ooziedb.sh create -sqlfile oozie.sql -run

and finally, to start oozie, run the following command:

$ ./bin/oozied.sh start
answered Feb 28, 2019 by Rajan

Related Questions In Big Data Hadoop

0 votes
1 answer

Installing Pig on Linux System

It was a good thing that you ...READ MORE

answered Feb 27, 2019 in Big Data Hadoop by Yuri
747 views
0 votes
1 answer

What are the hardware requirements for installing Hadoop on my Laptop?

You can either install Apache Hadoop on ...READ MORE

answered Apr 10, 2018 in Big Data Hadoop by Shubham
• 13,490 points
7,564 views
0 votes
1 answer

Not able to find HDFS directory on my system?

I guess you didn't understand it correctly dfs.datanode.data.dir, ...READ MORE

answered Apr 17, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
7,059 views
0 votes
1 answer

Difference between Hadoop file system and Linux

Yes, to a certain extent we can ...READ MORE

answered Apr 20, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
3,548 views
+1 vote
1 answer

Hadoop Mapreduce word count Program

Firstly you need to understand the concept ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
10,555 views
0 votes
1 answer

hadoop.mapred vs hadoop.mapreduce?

org.apache.hadoop.mapred is the Old API  org.apache.hadoop.mapreduce is the ...READ MORE

answered Mar 16, 2018 in Data Analytics by nitinrawat895
• 11,380 points
2,184 views
+2 votes
11 answers

hadoop fs -put command?

Hi, You can create one directory in HDFS ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
104,199 views
–1 vote
1 answer

Hadoop dfs -ls command?

In your case there is no difference ...READ MORE

answered Mar 16, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
4,260 views
0 votes
1 answer

Installing Spark on Windows

Follow the below steps to install Spark ...READ MORE

answered Feb 20, 2019 in Big Data Hadoop by Omkar
• 69,210 points
1,967 views
0 votes
1 answer

Sqoop installation on Linux

Before installing Sqoop, make sure Hadoop is ...READ MORE

answered Feb 26, 2019 in Big Data Hadoop by Suman
5,110 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP