You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Eugene Chekanskiy <ec...@hortonworks.com> on 2014/01/14 17:31:55 UTC

Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/
-----------------------------------------------------------

Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.


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
-----

  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_oozie_el.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/package/scripts/oozie.py 88be4ae 

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


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.

> On Jan. 14, 2014, 5:31 p.m., Dmitro Lisnichenko wrote:
> > Broken indentation at oozie.py;
> > Also it probably makes no sence to comment out rpm declaration at service metainfo.xml

also, falcon_client.py has no status() method. 
also, client.properties file is created with 755 permissions (as executable file)
regarding oozie_falcon client, this method may be not reliable, because user may not always install client when installing oozie. So it would be better to move all falcon-related code to configure() method of oozie. Configure command is expected to be issued at all relevant cases.


- Dmitro


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review31733
-----------------------------------------------------------


On Jan. 14, 2014, 4:31 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16859/
> -----------------------------------------------------------
> 
> (Updated Jan. 14, 2014, 4:31 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> 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
> -----
> 
>   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_oozie_el.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/package/scripts/oozie.py 88be4ae 
> 
> 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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review31733
-----------------------------------------------------------


Broken indentation at oozie.py;
Also it probably makes no sence to comment out rpm declaration at service metainfo.xml

- Dmitro Lisnichenko


On Jan. 14, 2014, 4:31 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16859/
> -----------------------------------------------------------
> 
> (Updated Jan. 14, 2014, 4:31 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> 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
> -----
> 
>   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_oozie_el.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/package/scripts/oozie.py 88be4ae 
> 
> 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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review32137
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On Jan. 16, 2014, 2:59 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16859/
> -----------------------------------------------------------
> 
> (Updated Jan. 16, 2014, 2:59 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> 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
> -----
> 
>   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 907db3c 
>   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 26a6d16 
>   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 06f2e0e 
> 
> 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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review32031
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On Jan. 16, 2014, 2:59 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16859/
> -----------------------------------------------------------
> 
> (Updated Jan. 16, 2014, 2:59 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> 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
> -----
> 
>   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 907db3c 
>   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 26a6d16 
>   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 06f2e0e 
> 
> 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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Eugene Chekanskiy <ec...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/
-----------------------------------------------------------

(Updated Jan. 16, 2014, 2:59 p.m.)


Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.


Changes
-------

Added code for installing package. It must be removed after package will be available in main repo.


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 907db3c 
  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 26a6d16 
  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 06f2e0e 

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


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review31886
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On Jan. 15, 2014, 4:41 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> 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.
> 
> 
> 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
> -----
> 
>   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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review32023
-----------------------------------------------------------


I don't see package installation here. Can you please add that so UIs can properly install Falcon to test.

- Andrew Onischuk


On Jan. 15, 2014, 4:41 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> 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.
> 
> 
> 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
> -----
> 
>   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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Eugene Chekanskiy <ec...@hortonworks.com>.
-----------------------------------------------------------
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


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review31735
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On Jan. 14, 2014, 4:31 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16859/
> -----------------------------------------------------------
> 
> (Updated Jan. 14, 2014, 4:31 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> 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
> -----
> 
>   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_oozie_el.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/package/scripts/oozie.py 88be4ae 
> 
> 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
> 
>


Re: Review Request 16859: Add Falcon to the stack for monitoring/Management and add python scripts for managing/monitoring the service.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16859/#review31734
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On Jan. 14, 2014, 4:31 p.m., Eugene Chekanskiy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/16859/
> -----------------------------------------------------------
> 
> (Updated Jan. 14, 2014, 4:31 p.m.)
> 
> 
> Review request for Ambari, Andrew Onischuk and Dmitro Lisnichenko.
> 
> 
> 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
> -----
> 
>   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_oozie_el.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/package/scripts/oozie.py 88be4ae 
> 
> 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
> 
>