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.
  • 相关阅读:
    进程相关知识点
    vue上传
    Storageclass 外挂NFS配置与应用
    centos强制关机后,网卡无法启动
    前端工程化2-webpack使用与学习
    android应用获取应用签名
    js获取tif格式图片的dpi
    查询生成二级树型结构最高效的方式
    03解决隔离的方案
    02SingleSpa实战
  • 原文地址:https://www.cnblogs.com/jinyz/p/3173963.html
Copyright © 2011-2022 走看看