1529153015311532153315341535
} @Override public CatalogProtos.PartitionDescProto getPartition(String partitionName) throws CatalogException { // TODO throw new UnimplementedException("getPartition is not implemented"); }
1536153715381539154015411542
@Override public CatalogProtos.PartitionsProto getPartitions(String tableName) throws CatalogException { // TODO throw new UnimplementedException("getPartitions is not implemented"); }
177178179180181182183
return get(fieldId).asByteArray(); } @Override public InetAddress getIPv6(int fieldId) { throw new UnimplementedException(); }
182183184185186187188
throw new UnimplementedException(); } @Override public byte[] getIPv6Bytes(int fieldId) { throw new UnimplementedException(); }
9899100101102103104
.build(); } @Override public void workerHeartbeat(TajoMasterProtocol.TajoHeartbeat request) { throw new UnimplementedException("workerHeartbeat"); }
103104105106107108109
throw new UnimplementedException("workerHeartbeat"); } @Override public void releaseWorkerResource(ExecutionBlockId ebId, YarnProtos.ContainerIdProto containerId) { throw new UnimplementedException("releaseWorkerResource"); }
108109110111112113114
throw new UnimplementedException("releaseWorkerResource"); } @Override public WorkerResource allocateQueryMaster(QueryInProgress queryInProgress) { throw new UnimplementedException("allocateQueryMaster"); }
115116117118119120121
@Override public void allocateWorkerResources( TajoMasterProtocol.WorkerResourceAllocationRequest request, RpcCallback<TajoMasterProtocol.WorkerResourceAllocationResponse> rpcCallBack) { throw new UnimplementedException("allocateWorkerResources"); }