MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project. (aajisaka)
This commit is contained in:
parent
fd57ab2002
commit
cc6bbfceae
|
@ -335,6 +335,9 @@ Release 2.7.0 - UNRELEASED
|
||||||
MAPREDUCE-6243. Fix findbugs warnings in hadoop-rumen. (Masatake Iwasaki
|
MAPREDUCE-6243. Fix findbugs warnings in hadoop-rumen. (Masatake Iwasaki
|
||||||
via aajisaka)
|
via aajisaka)
|
||||||
|
|
||||||
|
MAPREDUCE-5988. Fix dead links to the javadocs in mapreduce project.
|
||||||
|
(aajisaka)
|
||||||
|
|
||||||
Release 2.6.0 - 2014-11-18
|
Release 2.6.0 - 2014-11-18
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -15,6 +15,4 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Private
|
|
||||||
package org.apache.hadoop.mapreduce.v2.api.protocolrecords;
|
package org.apache.hadoop.mapreduce.v2.api.protocolrecords;
|
||||||
import org.apache.hadoop.classification.InterfaceAudience;
|
|
||||||
|
|
|
@ -22,9 +22,7 @@
|
||||||
*
|
*
|
||||||
* cf. MAPREDUCE-901 for rationales.
|
* cf. MAPREDUCE-901 for rationales.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Private
|
|
||||||
@InterfaceStability.Evolving
|
@InterfaceStability.Evolving
|
||||||
package org.apache.hadoop.mapreduce.counters;
|
package org.apache.hadoop.mapreduce.counters;
|
||||||
|
|
||||||
import org.apache.hadoop.classification.InterfaceAudience;
|
|
||||||
import org.apache.hadoop.classification.InterfaceStability;
|
import org.apache.hadoop.classification.InterfaceStability;
|
||||||
|
|
|
@ -15,6 +15,4 @@
|
||||||
* See the License for the specific language governing permissions and
|
* See the License for the specific language governing permissions and
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
@InterfaceAudience.Private
|
|
||||||
package org.apache.hadoop.mapreduce.v2.hs;
|
package org.apache.hadoop.mapreduce.v2.hs;
|
||||||
import org.apache.hadoop.classification.InterfaceAudience;
|
|
||||||
|
|
Loading…
Reference in New Issue