首页 技术 正文
技术 2022年11月14日
0 收藏 418 点赞 3,391 浏览 1448 个字

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

BitRock InstallBuilder Multiplatform Enterprise Version: 8.6.0

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

实现hadoop自动安装包

[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 DataNodePlease 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.http://files.cnblogs.com/jinyz/Hdfs.xml

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,488
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,903
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,736
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,487
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:8,127
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,289