Skip to content
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
Show all changes
56 commits
Select commit Hold shift + click to select a range
e3d75af
HADOOP-18229. Fix Hadoop-Common JavaDoc Error
May 9, 2022
4c38268
HADOOP-18229. Fix GenericOptionsParser annotation P tag has no end
May 9, 2022
bd6a4fb
HADOOP-18229. Fix RawComparator no description for @param
May 9, 2022
8057246
HADOOP-18229. Fix CBZip2OutputStream.java has empty <caption> tag,rem…
May 9, 2022
cb3f0f5
HADOOP-18229. Fix JavaSerializationComparator.java no description for…
May 9, 2022
ae647e7
HADOOP-18229. Fix DeserializerComparator.java no description for @param
May 9, 2022
b507a95
HADOOP-18229. Fix Deserializer.java no description for @param
May 9, 2022
44df72b
HADOOP-18229. Fix Serialization.java no description for @param
May 9, 2022
a45ff20
HADOOP-18229. Fix Serializer.java no description for @param
May 9, 2022
baeb0b9
HADOOP-18229. Fix JMXJsonServlet.java annotation P tag has no end
May 9, 2022
c2e906f
HADOOP-18229. Fix FileSystem.java annotation P tag has no end and has…
May 9, 2022
8052142
HADOOP-18229. Fix MultipartUploader.java annotation has empty P tag
May 9, 2022
07f63be
HADOOP-18229. Fix some java doc compilation errors
May 9, 2022
1655d3f
HADOOP-18229. Fix some java doc compilation errors
May 10, 2022
42df843
HADOOP-18229. Fix some java doc compilation errors
May 10, 2022
4aa8abb
HADOOP-18229. Fix some java doc compilation errors
May 10, 2022
b6c20ef
HADOOP-18229. Fix some java doc compilation errors
May 10, 2022
4ccb346
HADOOP-18229. Fix some java doc compilation errors
May 10, 2022
8ccd2b5
HADOOP-18229. Fix some java doc compilation errors
May 10, 2022
26c9f37
HADOOP-18229. Fix some java doc compilation errors
May 11, 2022
430385b
HADOOP-18229. Fix some java doc compilation errors.
May 11, 2022
e018893
HADOOP-18229. Fix some java doc compilation errors
May 11, 2022
35ad959
YARN-11122: Add GetClusterNodesHADOOP-18229. Fix some java doc compil…
May 12, 2022
df3140a
HADOOP-18229. Fix some java doc compilation errors.
May 12, 2022
40ea1b1
Merge remote-tracking branch 'origin/HADOOP-18229' into HADOOP-18229
May 12, 2022
5fb63e9
HADOOP-18229. Fix some java doc compilation errors.
May 12, 2022
ddc34fc
HADOOP-18229. Fix some java doc compilation errors.
May 12, 2022
a39012a
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
618c934
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
89b7883
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
b30f011
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
4026208
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
9a6ae69
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
5ea2bfe
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
e354b83
HADOOP-18229. Fix some java doc compilation errors.
May 13, 2022
0a9bbff
HADOOP-18229. Fix some java doc compilation 150 warnings and 6 erros.
May 14, 2022
963b907
HADOOP-18229. Fix some java doc compilation 3 warnings.
May 14, 2022
454978a
Merge branch 'apache:trunk' into HADOOP-18229
slfan1989 May 14, 2022
1757b3e
HADOOP-18229. Fix some java doc compilation 1 warnings.
May 14, 2022
c3b2e39
Merge remote-tracking branch 'origin/HADOOP-18229' into HADOOP-18229
May 14, 2022
5bcd161
HADOOP-18229. Fix some java doc compilation 150 warnings.
May 14, 2022
0f7af84
HADOOP-18229. Fix some java doc compilation 150 warnings.
May 14, 2022
6875e4b
HADOOP-18229. Fix some java doc compilation 250+ warnings.
May 14, 2022
da105fd
HADOOP-18229. Fix some java doc compilation 100+ warnings.
May 15, 2022
a21f011
HADOOP-18229. Fix some java doc compilation 700+ warnings.
May 15, 2022
9a13bc0
HADOOP-18229. Fix some java doc compilation 20+ warnings.
May 15, 2022
e91ccc0
HADOOP-18229. Fix some java doc compilation 100 warnings.
May 15, 2022
3294953
HADOOP-18229. Fix some java doc compilation 100+ warnings.
May 16, 2022
0ba0aa3
HADOOP-18229. Fix some java doc compilation 100+ warnings.
May 16, 2022
d4a7d6c
HADOOP-18229. Fix some java doc compilation 200+ warnings.
May 16, 2022
543e413
HADOOP-18229. Fix some java doc compilation 80+ warnings.
May 16, 2022
26731ba
HADOOP-18229. Fix some java doc compilation 150+ warnings.
May 16, 2022
00bc8ee
HADOOP-18229. Fix Check Style.
May 17, 2022
32433ad
HADOOP-18229. Fix Check Style.
May 17, 2022
207ee6c
HADOOP-18229. Fix Check Style.
May 17, 2022
0b4146b
HADOOP-18229. Fix Check Style.
May 17, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@
* All user code that may potentially use the Hadoop Distributed
* File System should be written to use a FileSystem object or its
* successor, {@link FileContext}.
*
* </p>
* <p>
* The local implementation is {@link LocalFileSystem} and distributed
* implementation is DistributedFileSystem. There are other implementations
* for object stores and (outside the Apache Hadoop codebase),
* third party filesystems.
* <p>
* </p>
* Notes
* <ol>
* <li>The behaviour of the filesystem is
Expand All @@ -133,13 +133,12 @@
* New methods may be marked as Unstable or Evolving for their initial release,
* as a warning that they are new and may change based on the
* experience of use in applications.
* <p></p>
* <p>
* <b>Important note for developers</b>
* <p></p>
* </p>
* If you are making changes here to the public API or protected methods,
* you must review the following subclasses and make sure that
* they are filtering/passing through new methods as appropriate.
* <p></p>
*
* {@link FilterFileSystem}: methods are passed through. If not,
* then {@code TestFilterFileSystem.MustNotImplement} must be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@
/**
* MultipartUploader is an interface for copying files multipart and across
* multiple nodes.
* <p></p>
* <p>
* The interface extends {@link IOStatisticsSource} so that there is no
* need to cast an instance to see if is a source of statistics.
* However, implementations MAY return null for their actual statistics.
* </p>
*/
@InterfaceAudience.Public
@InterfaceStability.Unstable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ private void createLink(final String src, final String target,
/**
* The user of this class must subclass and implement the following
* 3 abstract methods.
* @throws IOException
*/
protected abstract Function<URI, T> initAndGetTargetFs();

Expand Down Expand Up @@ -882,7 +881,7 @@ public ResolveResult<T> resolve(final String p, final boolean resolveLastCompone
/**
* Walk through all regex mount points to see
* whether the path match any regex expressions.
* E.g. link: ^/user/(?<username>\\w+) => s3://$user.apache.com/_${user}
* E.g. link: ^/user/(?&lt;username&gt;\\w+) =&gt; s3://$user.apache.com/_${user}
* srcPath: is /user/hadoop/dir1
* resolveLastComponent: true
* then return value is s3://hadoop.apache.com/_hadoop
Expand All @@ -907,7 +906,7 @@ protected ResolveResult<T> tryResolveInRegexMountpoint(final String srcPath,
* Build resolve result.
* Here's an example
* Mountpoint: fs.viewfs.mounttable.mt
* .linkRegex.replaceresolveddstpath:_:-#.^/user/(?<username>\w+)
* .linkRegex.replaceresolveddstpath:_:-#.^/user/(??&lt;username&gt;\w+)
* Value: /targetTestRoot/$username
* Dir path to test:
* viewfs://mt/user/hadoop_user1/hadoop_dir1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* A {@link Comparator} that operates directly on byte representations of
* objects.
* </p>
* @param <T>
* @param <T> generic type
* @see DeserializerComparator
*/
@InterfaceAudience.Public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@
* </pre>
*
* <table width="100%" border="1">
* <caption></caption>
* <colgroup> <col width="33%" > <col width="33%" > <col width="33%" >
* </colgroup>
* <tr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* other producers may read from the input between calls to
* {@link #deserialize(Object)}.
* </p>
* @param <T>
* @param <T> generic type
*/
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
@InterfaceStability.Evolving
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* implementation of {@link RawComparator} that operates directly
* on byte representations.
* </p>
* @param <T>
* @param <T> generic type
*/
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
@InterfaceStability.Evolving
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* {@link Deserializer} to deserialize objects that are then compared via
* their {@link Comparable} interfaces.
* </p>
* @param <T>
* @param <T> generic type
* @see JavaSerialization
*/
@InterfaceAudience.Public
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* <p>
* Encapsulates a {@link Serializer}/{@link Deserializer} pair.
* </p>
* @param <T>
* @param <T> generic type
*/
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
@InterfaceStability.Evolving
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* other producers may write to the output between calls to
* {@link #serialize(Object)}.
* </p>
* @param <T>
* @param <T> generic type
*/
@InterfaceAudience.LimitedPrivate({"HDFS", "MapReduce"})
@InterfaceStability.Evolving
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,30 @@
* functionality is provided through the
* {@link MBeanServer#queryNames(ObjectName, javax.management.QueryExp)}
* method.
* </p>
* <p>
* For example <code>http://.../jmx?qry=Hadoop:*</code> will return
* all hadoop metrics exposed through JMX.
* </p>
* <p>
* The optional <code>get</code> parameter is used to query an specific
* attribute of a JMX bean. The format of the URL is
* <code>http://.../jmx?get=MXBeanName::AttributeName</code>
* </p>
* <p>
* For example
* <code>
* http://../jmx?get=Hadoop:service=NameNode,name=NameNodeInfo::ClusterId
* </code> will return the cluster id of the namenode mxbean.
* </p>
* <p>
* If the <code>qry</code> or the <code>get</code> parameter is not formatted
* correctly then a 400 BAD REQUEST http response code will be returned.
* correctly then a 400 BAD REQUEST http response code will be returned.
* </p>
* <p>
* If a resouce such as a mbean or attribute can not be found,
* a 404 SC_NOT_FOUND http response code will be returned.
* <p>
* </p>
* The return format is JSON and in the form
* <p>
* <pre><code>
Expand All @@ -95,7 +100,7 @@
* ]
* }
* </code></pre>
* <p>
* </p>
* The servlet attempts to convert the the JMXBeans into JSON. Each
* bean's attributes will be converted to a JSON object member.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
*
* <h3 id="GenericOptions">Generic Options</h3>
*
* <p>The supported generic options are:
* <p>The supported generic options are:</p>
* <p><blockquote><pre>
* -conf &lt;configuration file&gt; specify a configuration file
* -D &lt;property=value&gt; use value for given property
Expand All @@ -70,12 +70,12 @@
* -archives &lt;comma separated list of archives&gt; specify comma
* separated archives to be unarchived on the compute machines.

* </pre></blockquote><p>
* </pre></blockquote></p>
*
* <p>The general command line syntax is:</p>
* <p><pre><code>
* bin/hadoop command [genericOptions] [commandOptions]
* </code></pre><p>
* </code></pre></p>
*
* <p>Generic command line arguments <strong>might</strong> modify
* <code>Configuration </code> objects, given to constructors.</p>
Expand Down Expand Up @@ -105,7 +105,7 @@
* $ bin/hadoop jar -libjars testlib.jar
* -archives test.tgz -files file.txt inputjar args
* job submission with libjars, files and archives
* </pre></blockquote><p>
* </pre></blockquote></p>
*
* @see Tool
* @see ToolRunner
Expand Down