大数据教程-Kafka的安装与配置.pdf
文本预览下载声明
公司地址:北京市丰台区丰台南路永乐文化产业园6 号楼
(9 号线丰台南路路地铁站东北侧300 米)
联系电话:010
原文地址
创建目录
[root@bosenrui ~]# mkdir /usr/local/azkaban
上传介质
[root@bosenrui ~]# cd /usr/local/azkaban/
[root@bosenrui azkaban]# ll
total 22612
-rw-r--r-- 1 root rootMar 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 rootMar 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
修改环境变量并使之生效
[root@bosenrui azkaban]# vi /etc/profile
# /etc/profile
# System wide environment and startup programs, for login setup
# Functions and aliases go in /etc/bashrc
# Its NOT a good idea to change this file unless you know what you
# are doing. Its 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
显示全部