<

h1 id=”wiz-toc-0-210532631″>时间同步

/etc/init.d/ntpd restart

<

h1 id=”wiz-toc-1-1769595510″>Zookeeper后台启动

/export/servers/zookeeper-3.4.9/bin/zkServer.sh start

<

h1 id=”wiz-toc-2-376230746″>一键启动Hadoop

start-all.sh

<

h1 id=”wiz-toc-3-1544435013″>启动HDFS

<

h1 id=”wiz-toc-4-237056681″>start-dfs.sh

<

h1 id=”wiz-toc-5-2070041074″>启动Yarn

<

h1 id=”wiz-toc-6-814777934″>start-yarn.sh

<

h1 id=”wiz-toc-7-1599767001″>退出hdfs safemode

hdfs dfsadmin -safemode leave

<

h1 id=”wiz-toc-8-108797156″>启动jobhistory

mr-jobhistory-daemon.sh start historyserver

<

h1 id=”wiz-toc-9-1301604921″>启动Mysql(开机自启,不用手动启动了) root/123456

/etc/init.d/mysqld start

<

h1 id=”wiz-toc-10-131432799″>启动Hive

cd /export/servers/apache-hive-2.1.1-bin
nohup bin/hive –service hiveserver2 > /dev/null 2>&1 &
nohup bin/hive –service metastore > /dev/null 2>&1 &

<

h1 id=”wiz-toc-11-2109434820″>启动Hbase

start-hbase.sh

<

h1 id=”wiz-toc-12-1716974156″>启动Phoenix

cd /export/servers/apache-phoenix-4.14.0-HBase-1.1-bin/bin
./sqlline.py node01:2181

<

h1 id=”wiz-toc-13-402617527″>启动Kafka

cd /export/servers/kafka_2.11-0.11.0.2
nohup bin/kafka-server-start.sh config/server.properties > /dev/null 2>&1 &

<

h1 id=”wiz-toc-14-1213246373″>启动Kafka-manager

rm -rf /export/servers/kafka-manager-1.3.3.7/RUNNING_PID
nohup /export/servers/kafka-manager-1.3.3.7/bin/kafka-manager -Dconfig.file=/export/servers/kafka-manager-1.3.3.7/conf/application.conf -Dhttp.port=9000 2>&1 &

<

h1 id=”wiz-toc-15-207727561″>启动kylin

cd /export/servers/apache-kylin-2.6.3-bin-hbase1x
bin/kylin.sh start

<

h1 id=”wiz-toc-16-529511165″>启动Redis(开机自启动)

/usr/local/redis/bin/redis-server /usr/local/redis/etc/redis.conf

<

h1 id=”wiz-toc-17-1652129034″>启动Canal

/export/servers/canal/bin/stop.sh
/export/servers/canal/bin/startup.sh

<

h1 id=”wiz-toc-18-123303542″>停止Imply

/export/servers/imply-3.0.4/bin/service –down

<

h1 id=”wiz-toc-19-1001730264″>启动Imply

cd /export/servers/imply-3.0.4/
nohup bin/supervise -c conf/supervise/quickstart.conf > quickstart.log &

<

h1 id=”wiz-toc-20-650016045″>启动点击流日志模拟程序[数仓使用]

cd /export/servers/itcast_dw_pvuvlog-1.0/bin
sh startup.sh

<

h1 id=”wiz-toc-21-720942155″>启动Flume采集点击流日志到Kafka[数仓使用]

cd /export/servers/apache-flume-1.8.0-bin
bin/flume-ng agent -c conf -f conf/exec_source_kafka_sink.conf -n a1 -Dflume.root.logger=INFO,console

<

h1 id=”wiz-toc-22-56222103″>启动Superset

superset run -h node01 -p 8080 –with-threads –reload –debugger

Linux各种启动命令相关推荐

  1. linux svn 启动命令行,Linux下启动、关闭SVN服务

    Linux下启动/关闭Oracle 一.Linux下启动Oracle Linux下启动Oracle分为两步: 1)启动监听: 2)启动数据库实例: 1.登录服务器,切换到oracle用户,或者以ora ...

  2. mac/linux 解决启动命令行出现declare问题

    问题描述:启动命令行时出现以下现象,如图所示: 问题解决: 在配置环境变量时,在某一行直接单独写了一个export,要么在bashrc中,要么在bash_profile等配置文件中,系统加载环境变量时 ...

  3. pg linux 的启动命令,PostgreSQL数据库在Linux下的安装与启动与使用

    我跟你说这个玩意要多坑有多坑,多坑的程度取决于你看的网上教程帖子有多烂的程度 PS:本文命令全部在root权限下执行,测试过PostgreSQL 9.3 ,9.4, 9.5多个版本,发行版为debia ...

  4. linux gnome启动命令,如何在Gnome Shell上自动启动程序

    登录Gnome Shell时自动打开应用程序是提前设置工作区的好方法.在Gnome Shell上自动启动程序的最简单方法是使用Tweaks应用程序. 在本指南中,我们将介绍如何安装Gnome Twea ...

  5. Linux后台启动命令总结

    信号 信号的基本属性可以总结为两方面,即:软中断和时延性. 例如:A给B发送信号,B收到信号之前执行自己的代码,收到信号后,不管执行到程序的什么位置,都要暂停运行,去处理信号,处理完毕再继续执行.与硬 ...

  6. Linux solr 启动命令,linux – 重启Solr的正确方法是什么

    在 Websolr,我们使用自定义init.d脚本和 Monit的组合来启动Solr并确保它保持运行. 也就是说,对于更简单的自托管设置,如果您的系统具有Upstart可用,我建议使用Upstart启 ...

  7. linux MySQL启动命令

    linux 7: 1.service mysql start stop status 2./etc/init.d/mysql start stop status .Windows下 启动服务 mysq ...

  8. linux 常用 启动命令 汇总

    大家好,我是烤鸭: 没有准备启动脚本.服务器出问题之后,重启就是全部重启. 如: mysql,nginx,tomcat,zookeeper,rabbitmq,mongodb,redis,xxxxx 头 ...

  9. flume linux 命令,flume启动命令 · Mr.Deng’s Blog

    8种机械键盘轴体对比 本人程序员,要买一个写代码的键盘,请问红轴和茶轴怎么选? 突然发现拖了很久的flume启动命令了,今天就简单讲讲flume的启动命令吧. 如何启动flume flume目录 以上 ...

最新文章

  1. 25条实用的Python一行代码,你用过哪些?
  2. 重磅! SLAM从入门到精通系统教程汇总
  3. 重学《动手学深度学习》转
  4. oracle查询用户连接记录,记录ORACLE用户登录信息
  5. java中this.value_java中关键字this的用法
  6. php 工厂模式 使用场景,PHP设计模式之工厂模式
  7. 关于状态更新时间字段取值的问题
  8. audiojs--跨浏览器的HTML音频播放器(可自定义样式)
  9. failed to load resource the server responded with a status of 500 (internal server error)
  10. win7下linux 双系统安装教程,【系统安装】双系统——Win7下安装linux系统详细步骤...
  11. 何凯明MAE局限性被打破,与Swin 结合,训练速度大幅提升!
  12. (CVPR 2019) PointRCNN: 3D Object Proposal Generation and Detection From Point Cloud
  13. 局域网IPC入侵心得
  14. npm publish 报错 403
  15. signature=d392c0d1876b3909bd8f7e1f3c0bef22,【技术分享】NSA武器库:CVE-2017-9073 EsteemAudit分析...
  16. Unity Scroll View在Clamped模式下无法移动
  17. 图片服务器 imgproxy 入门教程--实现图片实时裁剪/压缩/处理等操作
  18. my name is van
  19. Logisticregression学习
  20. 代码写的太乱?一分钟教你优化

热门文章

  1. STM32使用寄存器点灯实验
  2. PyQt (PySide) 使用 QML 仿制一个密码框动画
  3. PS快捷键大法,初级低配版
  4. 再次使用construct 2制作游戏!
  5. 电子白板在教学应用中的主要优势
  6. photoshop ps 美白 去污 磨皮 方法
  7. 4、微信小程序-项目配置
  8. 装修日记 20050306 选择木地板
  9. 智能车载行业分析报告-缩减版
  10. 翻转课堂说教案计算机,计算机应用基础翻转课堂教学研究