To enable Oozie's web console, you must download and add the ExtJS library to the Oozie server. If you have not already done this, proceed as follows.
If you use CDH3, you must do:
- Download the ExtJS version 2.2 library from http://extjs.com/deploy/ext-2.2.zip and place it in a convenient location, or put it into /usr/lib/oozie/libext/, this is the default location. If you put it here, you do not need to specified it with command line option -extjs <path to ext-2.2.zip>.
# cd /usr/lib/ooozie/ # mkdir libext && cd libext # wget http://extjs.com/deploy/ext-2.2.zip
-
Add the ExtJS library to Oozie using the oozie-setup.sh script; for example (if ExtJS is the only item you need to configure):
# sudo -u oozie /usr/lib/oozie/bin/oozie-setup.sh -extjs /tmp/ext-2.2.zip
Once again, you don't need to specified the -extjs path if you put it into libext directory under oozie home, also remember to stop the oozie server first.
If you use CDH4, uzip the copied file (to obtain the directory /usr/lib/oozie/libext/ext-2.2, remember to set appropriate permissions recursively), then repeat the oozie-setup.sh step.
If you use Cloudera Manager, the next step is connect to the Cloudera Manager Admin Console. Click the Configuration tab for the Oozie service you are configuring and enable the option 'Enable Oozie server web console'. No need to run the oozie-setup.sh manually at all.
Restart oozie service in Cloudera Manager, then the Oozie web console should be enabled.
相关推荐
Beginning Amazon Web Services with Node.js teaches any novice Node.js developer to configure, deploy, and maintain scalable small to large scale Node.js applications in Amazon Web Services. Hosting a ...
【Enabling ABAP in Eclipse】是一项让ABAP开发者能够在Eclipse集成开发环境中进行开发的工作。这一功能的引入为ABAP程序员提供了更为现代化和灵活的开发工具,与传统的SAP Development Workbench相比,Eclipse提供...
3. **Scalability:** Communication Manager is designed with scalability in mind, allowing for seamless growth and expansion of the communication network without compromising performance or reliability....
### Floor Plan Manager (FPM) in ABAP Web Dynpro #### 1. Introduction Floor Plan Manager (FPM) is a powerful and flexible user interface (UI) framework available in SAP’s ABAP platform. It enables ...
7.1.3. Declaring DispatcherServlet in web.xml 7.2. Processing multipart form data 7.2.1. Configuring a multipart resolver 7.2.2. Handling multipart requests 7.3. Handling exceptions 7.3.1. Mapping ...
"Enabling Confidential Computing in Cloud with Intel SGX and Library OSes"这个主题探讨了如何利用Intel Software Guard Extensions (SGX)技术和Library Operating Systems(库操作系统)来提升云环境中的数据...
3. 使用表格开发Web Dynpro(11 Developing with tables in Web dynpro): 在Web Dynpro中处理表格数据是常见的需求,这部分教学如何动态加载和操作表格,包括添加、删除和编辑行,以及实现表格的排序和过滤功能。...
4. **Disaster Recovery**: IBM Tivoli Storage Manager supports disaster recovery planning and execution by providing mechanisms to restore data quickly in case of a disaster. This includes support for ...
### Agile Web Development with Rails Final: Key IT Knowledge Points #### Introduction: Ruby on Rails Framework Ruby on Rails (often shortened as Rails) is a server-side web application framework ...
### OpenFlow:校园网络中的创新推动者 #### 概述 《OpenFlow:在校园网络中推动创新》一文由多位来自顶尖大学的研究员共同撰写,包括斯坦福大学的Nick McKeown、Guru Parulkar,华盛顿大学的Tom Anderson,...
Fixed : Enabling touch mode in none selection mode in TTMSFMXGrid Fixed : Issue with OnClick / OnDblClick in instrumentation components Fixed : Issue with scrolling and selecting value in iOS in ...
Agile Application Security Enabling Security in a Continuous Delivery Pipeline 英文azw3 本资源转载自网络,如有侵权,请联系上传者或csdn删除 本资源转载自网络,如有侵权,请联系上传者或csdn删除
By the end of the book, you will be thoroughly acquainted with HTML5 and CSS3, enabling you to design a web page using the included code samples with ease. What you will learn from this book Use ...
It is written with Closure Library, enabling you to build browser-independent applications without painful debugging ceremonies, which even have some limited fallback options for older browsers. ...
Pro DLR in .NET 4 shows you how to host dynamic languages in your application, enabling users to write scripts to automate tasks. You’ll understand the meta-object protocol and meta-programming ...
Such a framework allows us to present a unified workflow to our end users through a web interface, enabling ad-hoc queries over large data sets without having to learn Spark for themselves.
The ... PHP and MySQL Web Development introduces readers (who are assumed to have little or no experience with the title subjects) to ...
// This prevents WM_CHAR and WM_SYSCHAR messages, enabling stuff like // handling 'dead' characters input and passing all keys to console. if (pMsg->wParam == VK_PACKET) return FALSE; //::...