HADOOP-12193. Rename Touchz.java to Touch.java.
(cherry picked from commit aa96a8c0c5
)
This commit is contained in:
parent
5fbf91b453
commit
54e9b904c4
|
@ -181,6 +181,8 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P.
|
HADOOP-11974. Fix FIONREAD #include on Solaris (Alan Burlison via Colin P.
|
||||||
McCabe)
|
McCabe)
|
||||||
|
|
||||||
|
HADOOP-12193. Rename Touchz.java to Touch.java. (wang)
|
||||||
|
|
||||||
OPTIMIZATIONS
|
OPTIMIZATIONS
|
||||||
|
|
||||||
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
HADOOP-11785. Reduce the number of listStatus operation in distcp
|
||||||
|
|
|
@ -28,7 +28,7 @@ import org.apache.hadoop.fs.PathIsDirectoryException;
|
||||||
import org.apache.hadoop.fs.PathNotFoundException;
|
import org.apache.hadoop.fs.PathNotFoundException;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unix touch like commands
|
* Unix touch like commands
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Private
|
@InterfaceAudience.Private
|
||||||
@InterfaceStability.Unstable
|
@InterfaceStability.Unstable
|
Loading…
Reference in New Issue