Skip to content

Commit

Permalink
HIVE-16866 : existing available UDF is used in TestReplicationScenari…
Browse files Browse the repository at this point in the history
…osAcrossInstances#testDropFunctionIncrementalReplication

remove un necessary throws exception from getCMPath
  • Loading branch information
anishek committed Jun 12, 2017
1 parent e42d159 commit ec50e28
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -231,7 +231,7 @@ static public void setCmRoot(Path cmRoot) {
* @param checkSum checksum of the file, can be retrieved by {@link #checksumFor(Path, FileSystem)}
* @return Path
*/
static Path getCMPath(Configuration conf, String checkSum) throws IOException, MetaException {
static Path getCMPath(Configuration conf, String checkSum) {
String newFileName = checkSum;
int maxLength = conf.getInt(DFSConfigKeys.DFS_NAMENODE_MAX_COMPONENT_LENGTH_KEY,
DFSConfigKeys.DFS_NAMENODE_MAX_COMPONENT_LENGTH_DEFAULT);
Expand Down

0 comments on commit ec50e28

Please sign in to comment.