• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






会飞の鱼

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理
上一页 1 2 3 4 5 6 7 8 9 10 ··· 41 下一页

2019年1月18日

hbase安装
摘要: wget https://mirrors.tuna.tsinghua.edu.cn/apache/hbase/2.1.2/hbase-2.1.2-bin.tar.gz conf/hbase-env.sh中加入 export JAVA_HOME=/language/jdk1.8.0_181export 阅读全文
posted @ 2019-01-18 11:37 会飞の鱼 阅读(146) 评论(0) 推荐(0)
 

2019年1月17日

jenkins 添加节点问题
摘要: 没有 Launch agent via Java Web Start 选项 Manage Jenkins > Configure Global Security > TCP port for JNLP agents 选random 阅读全文
posted @ 2019-01-17 11:15 会飞の鱼 阅读(344) 评论(0) 推荐(0)
 

2019年1月15日

windows 启动ssh server
摘要: bitvise ssh server 阅读全文
posted @ 2019-01-15 18:14 会飞の鱼 阅读(1770) 评论(0) 推荐(0)
 

2019年1月14日

hive 安装centos7
摘要: wget mirror.bit.edu.cn/apache/hive/hive-2.3.4/apache-hive-2.3.4-bin.tar.gz 解压到/usr/local/apache-hive 增加环境变量export HIVE_HOME=/usr/local/apache-hive 将bi 阅读全文
posted @ 2019-01-14 15:14 会飞の鱼 阅读(202) 评论(0) 推荐(0)
 
hadoop2.7.7 测试安装 centos7
摘要: useradd –m hadoop –s /bin/bash passwd hadoop 增加sudo权限 chmod u+w /etc/sudoers vi /etc/sudoers root ALL=(ALL) ALL hadoop ALL=(ALL) ALL chmod u-w /etc/su 阅读全文
posted @ 2019-01-14 12:53 会飞の鱼 阅读(773) 评论(0) 推荐(0)
 

2019年1月12日

kibana test
摘要: https://www.cnblogs.com/yiwangzhibujian/p/7137546.html 阅读全文
posted @ 2019-01-12 17:11 会飞の鱼 阅读(131) 评论(0) 推荐(0)
 
elasticsearch 问题
摘要: elasticsearch 的端口默认绑定到 127.0.0.1 上,对外开放 http 端口就配置 http.host,对外开放 tcp 端口就配置 network.host [1]: max file descriptors [65535] for elasticsearch process i 阅读全文
posted @ 2019-01-12 10:40 会飞の鱼 阅读(157) 评论(0) 推荐(0)
 

2019年1月11日

elasticsearch 测试
摘要: https://www.yiibai.com/elasticsearch/elasticsearch-getting-start.html # curl -XPUT "http://localhost:9200/movies/movie/1" -d'> {> "title": "The Godfat 阅读全文
posted @ 2019-01-11 20:06 会飞の鱼 阅读(469) 评论(0) 推荐(0)
 

2019年1月10日

centos7升级内核
摘要: 载入elrepo源,搜索内核更新资源,并进行更新操作。 具体实验步骤:# 载入公钥rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org# 安装ELReporpm -Uvh http://www.elrepo.org/elrepo-rel 阅读全文
posted @ 2019-01-10 13:58 会飞の鱼 阅读(419) 评论(0) 推荐(0)
 

2019年1月9日

pip 离线安装
摘要: pip download ansible -d . --trusted-host mirrors.aliyun.com pip install ansible-2.7.5.tar.gz --user --no-index --find-links=. 阅读全文
posted @ 2019-01-09 14:39 会飞の鱼 阅读(196) 评论(0) 推荐(0)
 
上一页 1 2 3 4 5 6 7 8 9 10 ··· 41 下一页