Skip to content

Commit

Permalink
update for new HDF version
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacBlanco committed Jun 15, 2016
1 parent ffcecdd commit e327b99
Showing 1 changed file with 5 additions and 2 deletions.
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

0 comments on commit e327b99

Please sign in to comment.