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.
  • 相关阅读:
    windows常用命令行总结
    express安装
    MySQL去除外键关联关系
    c#实体转化
    C#之Clone
    mysql 将null转代为0(转)
    Mysql显示行号
    mysql存储过程游标加计划任务事件调度器
    mysql临时表
    Git学习笔记
  • 原文地址:https://www.cnblogs.com/jinyz/p/3173963.html
Copyright © 2011-2022 走看看