Skip to content

Commit

Permalink
Merge pull request #10 from ZacBlanco/master
Browse files Browse the repository at this point in the history
Update HDF 1.2.0.0 to HDF 1.2.0.1
  • Loading branch information
abajwa-hw authored Jun 15, 2016
2 parents ffcecdd + 8b5abcc commit 1232087
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Ambari service for easily installing and managing NiFi on HDP cluster and viewin

Features:

- By default, downloads the current GA version - HDF 1.2.0.0 package (nifi 0.6.0) - but also gives option to build the latest Nifi from source instead
- By default, downloads the current GA version - HDF 1.2.0.1 package (nifi 0.6.0) - but also gives option to build the latest Nifi from source instead
- Exposes nifi.properties, bootstrap.conf, logback.xml in Ambari UI (so you can configure port, memory, log dir etc)
- Sets up initial flow.xml.gz that sets up Ambari reporting task to send Ambari metrics
- Includes metrics widgets from [here](https://cwiki.apache.org/confluence/display/NIFI/Ambari+Metrics)
Expand Down
2 changes: 1 addition & 1 deletion configuration/nifi-properties-env.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<description>This is the jinja template for nifi.properties file</description>
<value>
# Core Properties #
nifi.version=0.6.0.1.2.0.0-91
nifi.version=0.6.0.1.2.0.1-1
nifi.flow.configuration.file=./conf/flow.xml.gz
nifi.flow.configuration.archive.dir=./conf/archive/
nifi.flowcontroller.autoResumeState=true
Expand Down
2 changes: 1 addition & 1 deletion metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<name>NIFI</name>
<displayName>NiFi</displayName>
<comment>Apache NiFi is an easy to use, powerful, and reliable system to process and distribute data.</comment>
<version>1.2.0.0</version>
<version>1.2.0.1</version>
<components>
<component>
<name>NIFI_MASTER</name>
Expand Down
7 changes: 5 additions & 2 deletions package/scripts/master.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ def install(self, env):
#snapshot_package='http://public-repo-1.hortonworks.com/HDF/1.1.1.0/nifi-1.1.1.0-12-bin.zip'

#official HDF 1.1.2 package
snapshot_package='http://public-repo-1.hortonworks.com/HDF/1.1.2.0/nifi-0.5.1.1.1.2.0-32-bin.zip'
#snapshot_package='http://public-repo-1.hortonworks.com/HDF/1.1.2.0/nifi-0.5.1.1.1.2.0-32-bin.zip'

#official HDF 1.2 package (nifi 0.6.0)
snapshot_package='http://public-repo-1.hortonworks.com/HDF/centos6/1.x/updates/1.2.0.0/HDF-1.2.0.0-91.zip'
#snapshot_package='http://public-repo-1.hortonworks.com/HDF/centos6/1.x/updates/1.2.0.0/HDF-1.2.0.0-91.zip'

# HDF 1.2.0.1
snapshot_package='http://public-repo-1.hortonworks.com/HDF/centos6/1.x/updates/1.2.0.1/HDF-1.2.0.1-1.zip'

#e.g. /var/lib/ambari-agent/cache/stacks/HDP/2.3/services/NIFI/package
service_packagedir = os.path.realpath(__file__).split('/scripts')[0]
Expand Down
2 changes: 1 addition & 1 deletion package/scripts/params.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#nifi_dirname = 'nifi-0.3.0-SNAPSHOT'
#nifi_dirname = 'nifi-0.3.0'
#nifi_dirname = 'nifi-1.1.1.0-12'
nifi_dirname = 'HDF-1.2.0.0'
nifi_dirname = 'HDF-1.2.0.1-1'

# params from nifi-ambari-config
nifi_install_dir = config['configurations']['nifi-ambari-config']['nifi.install_dir']
Expand Down

0 comments on commit 1232087

Please sign in to comment.