YARN-3690. [JDK8] 'mvn site' fails. Contributed by Brahma Reddy Battula.

(cherry picked from commit d6325745e2)
This commit is contained in:
Akira Ajisaka 2015-07-08 15:41:33 +09:00
parent fa59b224b8
commit d260478d3a
6 changed files with 2 additions and 14 deletions

View File

@ -571,6 +571,8 @@ Release 2.7.2 - UNRELEASED
YARN-3508. Prevent processing preemption events on the main RM dispatcher.
(Varun Saxena via wangda)
YARN-3690. [JDK8] 'mvn site' fails. (Brahma Reddy Battula via aajisaka)
Release 2.7.1 - 2015-07-06
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.yarn.util;
import org.apache.hadoop.classification.InterfaceAudience;

View File

@ -15,9 +15,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@InterfaceAudience.Public
@InterfaceStability.Evolving
package org.apache.hadoop.yarn.client.api.impl;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;

View File

@ -15,9 +15,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@InterfaceAudience.Public
@InterfaceStability.Evolving
package org.apache.hadoop.yarn.client.api;
import org.apache.hadoop.classification.InterfaceAudience;
import org.apache.hadoop.classification.InterfaceStability;

View File

@ -15,7 +15,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@InterfaceAudience.LimitedPrivate({ "MapReduce", "YARN" })
package org.apache.hadoop.yarn.factories;
import org.apache.hadoop.classification.InterfaceAudience;

View File

@ -15,7 +15,5 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
@InterfaceAudience.LimitedPrivate({ "MapReduce", "YARN" })
package org.apache.hadoop.yarn.factory.providers;
import org.apache.hadoop.classification.InterfaceAudience;