Skip to content

Commit

Permalink
Support 4.6 --release flags
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquincasares committed May 6, 2015
1 parent e5e3d41 commit b868fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds2_configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ def clean_installation():
conf.set_config('Cassandra', 'vnodes', 'False')
elif options.release.startswith('4'):
install_list += ' dse-liblog4j={0} dse-libsolr={0} dse-libsqoop={0} dse-libtomcat={0} dse-libmahout={0} dse-libhadoop-native={0}'
if options.release.startswith('4.5'):
if options.release[:3] in ['4.5', '4.6']:
install_list += ' dse-libspark={0}'
logger.exe(install_list.format(options.release))
conf.set_config('AMI', 'package', 'dse-full')
Expand Down

0 comments on commit b868fe1

Please sign in to comment.