aboutsummaryrefslogtreecommitdiff
path: root/yarn/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'yarn/pom.xml')
-rw-r--r--yarn/pom.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/yarn/pom.xml b/yarn/pom.xml
index 8a7035c85e..2885e6607e 100644
--- a/yarn/pom.xml
+++ b/yarn/pom.xml
@@ -73,6 +73,28 @@
<profiles>
<profile>
<id>yarn-alpha</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>validate</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <echo>*******************************************************************************************</echo>
+ <echo>***WARNING***: Support for YARN-alpha API's will be removed in Spark 1.3 (see SPARK-3445).*</echo>
+ <echo>*******************************************************************************************</echo>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
<modules>
<module>alpha</module>
</modules>