MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project. (aajisaka)

This commit is contained in:
Akira Ajisaka 2015-02-04 17:44:46 -08:00
parent fd57ab2002
commit cc6bbfceae
4 changed files with 3 additions and 6 deletions

View File

@ -335,6 +335,9 @@ Release 2.7.0 - UNRELEASED
MAPREDUCE-6243. Fix findbugs warnings in hadoop-rumen. (Masatake Iwasaki
via aajisaka)
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project.
(aajisaka)
Release 2.6.0 - 2014-11-18
INCOMPATIBLE CHANGES

View File

@ -15,6 +15,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@InterfaceAudience.Private
package org.apache.hadoop.mapreduce.v2.api.protocolrecords;
import org.apache.hadoop.classification.InterfaceAudience;

View File

@ -22,9 +22,7 @@
*
* cf. MAPREDUCE-901 for rationales.
*/
@InterfaceAudience.Private
@InterfaceStability.Evolving
package org.apache.hadoop.mapreduce.counters;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;

View File

@ -15,6 +15,4 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@InterfaceAudience.Private
package org.apache.hadoop.mapreduce.v2.hs;
import org.apache.hadoop.classification.InterfaceAudience;