This is an automated email from the ASF dual-hosted git repository.

amagyar pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4dbba02  AMBARI-25261. hdfs_to_onefs_convert.py script should have 
Ambari Server pre-req of >=2.7.1 (#2943)
4dbba02 is described below

commit 4dbba02f9aa24e4e6459d97402cdc764ebe73d8c
Author: Kait Johnson <[email protected]>
AuthorDate: Thu Apr 25 06:41:15 2019 -0700

    AMBARI-25261. hdfs_to_onefs_convert.py script should have Ambari Server 
pre-req of >=2.7.1 (#2943)
---
 .../isilon-onefs-mpack/src/main/tools/hdfs_to_onefs_convert.py          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/contrib/management-packs/isilon-onefs-mpack/src/main/tools/hdfs_to_onefs_convert.py
 
b/contrib/management-packs/isilon-onefs-mpack/src/main/tools/hdfs_to_onefs_convert.py
index d772ce0..e07843d 100644
--- 
a/contrib/management-packs/isilon-onefs-mpack/src/main/tools/hdfs_to_onefs_convert.py
+++ 
b/contrib/management-packs/isilon-onefs-mpack/src/main/tools/hdfs_to_onefs_convert.py
@@ -520,7 +520,7 @@ if __name__ == '__main__':
   print 'This script will replace the HDFS service to ONEFS'
   print 'The following prerequisites are required:'
   print '  * ONEFS management package must be installed'
-  print '  * Ambari must be upgraded to >=v2.7.0'
+  print '  * Ambari must be upgraded to >=v2.7.1'
   print '  * Stack must be upgraded to >=HDP-3.0'
   print '  * Is highly recommended to backup ambari database before you 
proceed.'
   conversion = Conversion(cluster, FsStorage())

Reply via email to