zoukankan      html  css  js  c++  java
  • 实现hadoop自动安装包

    最近研究hadoop,需要安装多个dadanode,想从重复劳动解脱出来,只能自己实现自动安装包,开始考虑使用shell、python等实现,感觉比较费时间,用installshield又有点牛刀小试,搜索后打算使用轻量级的installbuilder工具,废话少说了,开始working。。。

    BitRock InstallBuilder Multiplatform Enterprise Version: 8.6.0

    下载地址:http://installbuilder.bitrock.com/download.html

     

    [root@patf232 ~]# chmod a+x hdfs-1.0-linux-installer.run 
    [root@patf232 ~]# ./hdfs-1.0-linux-installer.run 
    Choose an option
     
    Do you want to install namenode or datanaode?
    [1] Hadoop4.2 NameNode
    [2] Hadoop4.2 DataNode
    Please choose an option [2] : 1
    ----------------------------------------------------------------------------
    Created with an evaluation version of BitRock InstallBuilder
     
    Welcome to the HadoopDemo Setup Wizard.
     
    ----------------------------------------------------------------------------
    Please specify the directory where HadoopDemo will be installed.
     
    Installation Directory [/opt/Hdfs-1.0]: /root
     
    ----------------------------------------------------------------------------
    Setup is now ready to begin installing HadoopDemo on your computer.
     
    Do you want to continue? [Y/n]: y
     
    ----------------------------------------------------------------------------
    Please wait while Setup installs HadoopDemo on your computer.
     
     Installing
     0% ______________ 50% ______________ 100%
     #########################################
     
    ----------------------------------------------------------------------------
    Setup has finished installing HadoopDemo on your computer.
  • 相关阅读:
    [BZOJ3195] [Jxoi2012]奇怪的道路
    Splay Tree
    区间DP复习
    Link Cut Tree
    [BZOJ2734] [HNOI2012]集合选数
    如何写出杀手级简历(针对程序员) (转)
    30个提高Web程序执行效率的好经验(转)
    Oracle中的SQL跟踪( 转)
    如何终止SQL Server中的用户进程(转)
    Will the real programmers please stand up?(转)
  • 原文地址:https://www.cnblogs.com/jinyz/p/3173963.html
Copyright © 2011-2022 走看看