Description
MAPREDUCE-6954 started to tune the erasure coding settings for staging files. However, the Router does not support this operation and throws:
17/12/12 14:36:07 INFO mapreduce.JobSubmitter: Cleaning up the staging area /tmp/hadoop-yarn/staging/hadoop/.staging/job_1513116010218_0002
org.apache.hadoop.ipc.RemoteException(java.lang.UnsupportedOperationException): Operation "setErasureCodingPolicy" is not supported
at org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer.checkOperation(RouterRpcServer.java:368)
at org.apache.hadoop.hdfs.server.federation.router.RouterRpcServer.setErasureCodingPolicy(RouterRpcServer.java:1805)
Attachments
Attachments
Issue Links
- breaks
-
HDFS-14156 RBF: rollEdit() command fails with Router
- Resolved
- is related to
-
HDFS-8833 Erasure coding: store EC schema and cell size in INodeFile and eliminate notion of EC zones
- Resolved
-
MAPREDUCE-6954 Disable erasure coding for files that are uploaded to the MR staging area
- Resolved