上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 41 下一页
摘要: /var/lib/ambari-agent/tmp/ambari-sudo.sh: line 50: python: command not found 其中的行号可能略有不同。 原因:ambari-agent没安装完整。 方法:手动重装ambari-agent apt install ambari 阅读全文
posted @ 2021-01-05 17:14 Clotho_Lee 阅读(521) 评论(0) 推荐(0)
摘要: 一、环境要求 1.支持的组件版本https://supportmatrix.hortonworks.com/ 本文以Ambari 2.7.3.0为例,支持的组件的版本如下(部分):Ubuntu 18.04、16.04、14.04(Ambari 2.7.1和2.7.0只支持Ubuntu 16.04)J 阅读全文
posted @ 2021-01-05 17:13 Clotho_Lee 阅读(1341) 评论(0) 推荐(0)
摘要: 1.下载本地源包https://docs.hortonworks.com/HDPDocuments/Ambari-2.7.3.0/bk_ambari-installation/content/ch_obtaining-public-repos.html 下载的包文件是以下几个:ambari-2.7. 阅读全文
posted @ 2021-01-05 17:10 Clotho_Lee 阅读(473) 评论(0) 推荐(0)
摘要: 打开根目录的conf\settings.xml,找到<Mirrors>节点,加入以下代码: <mirrors> <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</nam 阅读全文
posted @ 2021-01-05 16:43 Clotho_Lee 阅读(136) 评论(0) 推荐(0)
摘要: 方法1 将%MAVEN_HOME%\bin放到path中的最前面 方法2 MAVEN_HOME、M2_HOME两个变量都设置一下 * MAVEN_HOME是Maven 1的写法,M2_HOME是Maven 2的写法,但在Maven 3.5.0开始,官方建议使用直接路径,不要再弄中间路径 方法3 不使 阅读全文
posted @ 2021-01-05 16:41 Clotho_Lee 阅读(642) 评论(0) 推荐(0)
摘要: Connection to MySQL - @localhost failed. [08001] Could not create connection to database server. Attempted reconnect 3 times. Giving up. 原因是MySQL的连接字符 阅读全文
posted @ 2021-01-05 16:25 Clotho_Lee 阅读(5331) 评论(0) 推荐(0)
摘要: netstat 命令用于显示各种网络相关信息,如网络连接,路由表,接口状态 (Interface Statistics),masquerade 连接,多播成员 (Multicast Memberships) 等等。 -a或--all:显示所有连线中的Socket;-A<网络类型>或--<网络类型>: 阅读全文
posted @ 2021-01-05 16:24 Clotho_Lee 阅读(509) 评论(0) 推荐(0)
摘要: 安装package.deb包dpkg -i package.deb 查看package.deb包中的内容:dpkg -c package.deb 从package.deb包中提取信息:dpkg -I package.deb 移除安装的deb包:dpkg -r package 完全清除一个已安装的包裹 阅读全文
posted @ 2021-01-05 16:22 Clotho_Lee 阅读(886) 评论(0) 推荐(0)
摘要: 1.先停止MySQL服务sudo systemctl stop mysql 2.用MySQL安全命令启动,跳过权限表和网络sudo mysqld_safe --skip-grant-tables --skip-networking & 末尾的&符号的作用是让进程在后台运行,可以让用户继续输入命令。执 阅读全文
posted @ 2021-01-05 16:21 Clotho_Lee 阅读(278) 评论(0) 推荐(0)
摘要: systemctl融合了service和chkconfig,新版Ubuntu只保留了systemctl命令。 常用命令 重新加载service文件: systemctl daemon-reload启动一个服务: systemctl start myService关闭一个服务: systemctl s 阅读全文
posted @ 2021-01-05 15:49 Clotho_Lee 阅读(194) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 41 下一页