暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
大数据教程-Azkaban安装实录
777
19页
1次
2020-03-05
5墨值下载
公司地址:北京市丰台区丰台南路永乐文化产业园 6 号楼
9 号线丰台南路路地铁站东北侧 300 米)
联系电话:010-86462881
博森瑞官方网站 : http://www.bosenrui.com
原文地址
创建目录
[root@bosenrui ~]# mkdir /usr/local/azkaban
上传介质
[root@bosenrui ~]# cd /usr/local/azkaban/
[root@bosenrui azkaban]# ll
total 22612
-rw-r--r-- 1 root root 11157302 Mar 29 2017 azkaban-executor-server-2.5.0.tar.gz
-rw-r--r-- 1 root root 1928 Mar 29 2017 azkaban-sql-script-2.5.0.tar.gz
-rw-r--r-- 1 root root 11989669 Mar 29 2017 azkaban-web-server-2.5.0.tar.gz
解压
[root@bosenrui azkaban]# tar -zxvf azkaban-executor-server-2.5.0.tar.gz
azkaban-executor-2.5.0/bin/azkaban-executor-shutdown.sh
azkaban-executor-2.5.0/bin/azkaban-executor-start.sh
azkaban-executor-2.5.0/bin/start-exec.sh
......解压输出省略......
azkaban-web-2.5.0/web/js/morris.min.js
azkaban-web-2.5.0/web/js/raphael.min.js
azkaban-web-2.5.0/web/js/underscore-1.4.4-min.js
重命名文件夹
[root@bosenrui azkaban]# mv azkaban-2.5.0/ sql
[root@bosenrui azkaban]# mv azkaban-web-2.5.0/ server
[root@bosenrui azkaban]# mv azkaban-executor-2.5.0/ executor
公司地址:北京市丰台区丰台南路永乐文化产业园 6 号楼
9 号线丰台南路路地铁站东北侧 300 米)
联系电话:010-86462881
博森瑞官方网站 : http://www.bosenrui.com
修改环境变量并使之生效
[root@bosenrui azkaban]# vi /etc/profile
# /etc/profile
# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc
# It's NOT a good idea to change this file unless you know what you
# are doing. It's much better to create a custom.sh shell script in
# /etc/profile.d/ to make custom changes to your environment, as this
# will prevent the need for merging in future updates.
pathmunge () {
case ":${PATH}:" in
*:"$1":*)
;;
*)
if [ "$2" = "after" ] ; then
PATH=$PATH:$1
else
PATH=$1:$PATH
fi
esac
}
if [ -x /usr/bin/id ]; then
if [ -z "$EUID" ]; then
# ksh workaround
EUID=`id -u`
UID=`id -ru`
fi
USER="`id -un`"
LOGNAME=$USER
MAIL="/var/spool/mail/$USER"
fi
# Path manipulation
of 19
5墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜