Home
Hadoop
MapR
Apache Hive
Apache Drill
Apache Spark
Cloudera Impala
JAVA
OS
[Follow ME]
Friday, July 11, 2014
Enable Oozie Web Console
CDH managed by Cloudera Manager does not enable Oozie Web Console by default.
http://<oozie server IP>:11000/oozie/ shows error "Oozie web console is disabled."
Env:
CDH5 with CM5.
Goal:
Enable Oozie web console.
Solution:
Refer to
Enabling the Oozie Web Console
.
Then:
1 comment:
for ict 99
March 25, 2018 at 7:01 AM
great
Reply
Delete
Replies
Reply
Add comment
Load more...
Prev Page
Next Page
Home
Subscribe to:
Post Comments (Atom)
Popular Posts
How to check JAVA memory usage
Many commands can check the memory utilization of JAVA processes, for example, pmap, ps, jmap, jstat. What are the differences? Before we ...
How to control the file numbers of hive table after inserting data on MapR-FS.
Hive table contains files in HDFS, if one table or one partition has too many small files, the HiveQL performance may be impacted. Sometime...
How to use Scala on Spark to load data into Hbase/MapRDB -- normal load or bulk load.
This article shows a sample code to load data into Hbase or MapRDB(M7) using Scala on Spark. I will introduce 2 ways, one is normal load us...
Understanding Hive joins in explain plan output
Hive is trying to embrace CBO(cost based optimizer) in latest versions, and Join is one major part of it. Understanding join best practices ...
Scala on Spark cheatsheet
This is a cookbook for scala programming. 1. Define a object with main function -- Helloworld. object HelloWorld { def main(args: Array...
How to build and use parquet-tools to read parquet files
Goal: How to build and use parquet-tools to read parquet files. Solution: 1. Download and Install maven. Follow below link: http://...
Memory allocation for Oozie Launcher job
Goal: This article explains the configuration parameters for Oozie Launcher job.
Hive on Tez : How to control the number of Mappers and Reducers
Goal: How to control the number of Mappers and Reducers in Hive on Tez.
Difference between Spark HiveContext and SQLContext
Goal: This article explains what is the difference between Spark HiveContext and SQLContext.
How to list table or partition location from Hive Metastore
Goal: This article provides the SQL to list table or partition locations from Hive Metastore. Env: Hive metastore 0.13 on MySQL Root ...
great
ReplyDelete