// from the exiting descriptor to produce the new descriptor
columnDesc = getColumnDescriptor(columnName.toString(), columnEntry
.getValue(), oldColumnDesc);
// send the changes out to the master
admin.modifyColumn(new Text(tableName), columnName, columnDesc);
enableTable(admin, tableName);
break;
case NOOP:
return new ReturnMsg(0, "Invalid operation type.");