HADOOP-13232. Typo in exception in ValueQueue.java. Contributed by Jiayi Zhou.
(cherry picked from commit99675e00df
) (cherry picked from commit6843e55208
)
This commit is contained in:
parent
fe4ad4a39c
commit
f7e1a1eaa7
|
@ -307,7 +307,7 @@ public class ValueQueue <E> {
|
|||
ekvs.add(val);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
throw new IOException("Exeption while contacting value generator ", e);
|
||||
throw new IOException("Exception while contacting value generator ", e);
|
||||
}
|
||||
return ekvs;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue