-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/
-----------------------------------------------------------
(Updated Jan. 15, 2014, 4:41 p.m.)
Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
Changes
-------
Diff updated according to comments. Falcon-related code was moved to
configure() method of oozie. Also, patch was tested on multinode cluster.
Bugs: AMBARI-4263
https://issues.apache.org/jira/browse/AMBARI-4263
Repository: ambari
Description
-------
Added new service(FALCON). It was split it into 3 components: Falcon Service,
Falcon Client, Falcon Oozie EL. Falcon Oozie EL must be installed on host with
Oozie Server(Oozie Server must be stopped before install). Currently only main
parameters(see global.xml) are configurable(to prevent changing important
properties like implementation classes).
Diffs (updated)
-----
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/configuration/global.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/configuration/oozie-site.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/metainfo.xml
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon_client.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/falcon_server.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/params.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/service_check.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/scripts/status_params.py
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/templates/client.properties.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/templates/runtime.properties.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/FALCON/package/templates/startup.properties.j2
PRE-CREATION
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/HDFS/package/scripts/hdfs_namenode.py
e26f758
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/HDFS/package/scripts/params.py
a2479c0
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/OOZIE/metainfo.xml
2b08f51
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/OOZIE/package/scripts/oozie.py
88be4ae
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/OOZIE/package/scripts/oozie_server.py
0c4c46b
ambari-server/src/main/resources/stacks/HDP/2.0.8/services/OOZIE/package/scripts/params.py
03713a5
Diff: https://reviews.apache.org/r/16859/diff/
Testing
-------
Component was tested on one node cluster. All components were installed
manually using API.
Thanks,
Eugene Chekanskiy