编译HBase-shaded-netty时提示Failed to apply patch: HBASE-15789_v2.path的解决方法
问题现象描述
编译HBase-shaded-netty时提示Failed to apply patch: HBASE-15789_v2.path,报错信息如下。
1 | [ERROR] Failed to execute goal org.apache.maven.plugins:maven-path-plugin:1.2:apply (path) on project hbase-shaded-protobuf: Failed to apply patch: HBASE-15789_v2.path. See debug output for more information.Error while executing process.Cannot run program"path" |
关键过程、根本原因分析
缺少patch。
结论、解决方案及效果
执行以下命令手动安装patch。
1 | yum -y install patch |
父主题: 故障排除