Kaynağa Gözat

[spark] We are not quasiquoting

Erick Tryzelaar 11 yıl önce
ebeveyn
işleme
14f30a6
1 değiştirilmiş dosya ile 0 ekleme ve 11 silme
  1. 0 11
      apps/spark/java/livy-repl/pom.xml

+ 0 - 11
apps/spark/java/livy-repl/pom.xml

@@ -83,17 +83,6 @@
                         </goals>
                     </execution>
                 </executions>
-                <configuration>
-                    <!-- The following plugin is required to use quasiquotes in Scala 2.10 and is used
-                         by Spark SQL for code generation. -->
-                    <compilerPlugins>
-                        <compilerPlugin>
-                            <groupId>org.scalamacros</groupId>
-                            <artifactId>paradise_${scala.version}</artifactId>
-                            <version>${scala.macros.version}</version>
-                        </compilerPlugin>
-                    </compilerPlugins>
-                </configuration>
             </plugin>
 
             <!--