> Cannot resolve symbol 'session.executionRootDirectory'
	<!--
      Overridable test home. So that you can call individual pom files directly without
      things breaking.
    -->
    

    <spark.test.home>${session.executionRootDirectory}</spark.test.home>
    ...

> Cannot resolve symbol 'test_classpath' less... (Ctrl+F1) 
> Inspection info: Inspects a Maven model for resolution problems

    <environmentVariables>
              <!--
                Setting SPARK_DIST_CLASSPATH is a simple way to make sure any child processes
                launched by the tests have access to the correct test-time classpath.
              -->
              <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH>
              <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES>
              <SPARK_TESTING>1</SPARK_TESTING>
              <JAVA_HOME>${test.java.home}</JAVA_HOME>
    </environmentVariables>
	...    

未找到解决方案,不影响Build Project

更多推荐

spark-1.6.3源码---pom.xml文件“Cannot resolve symbol ...”