上次通信的时候用的是自带的编解码器,今天自己实现一下自定义的。 1、自定义一下协议
//协议类
Data
public class Protocol<T> implements Serializable {private Long id System.currentTimeMillis();private short msgType;// 假设1为请求 2为响应privat…
背景
最近在修hive-1.2.0的一个bug,需要修改后重新打包部署到集群,打包的时候报下面的错误,原因很简单,从远程仓库里面已经拉不到这个包了。
org.pentaho:pentaho-aggdesigner-algorithm:jar:5.1.5-jhyde was not found in http…