spark-instrumented-optimizer/external
Dongjoon Hyun aea30a1a9b [SPARK-14465][BUILD] Checkstyle should check all Java files
## What changes were proposed in this pull request?

Currently, `checkstyle` is configured to check the files under `src/main/java`. However, Spark has Java files in `src/main/scala`, too. This PR fixes the following configuration in `pom.xml` and the unchecked-so-far violations on those files.
```xml
-<sourceDirectory>${basedir}/src/main/java</sourceDirectory>
+<sourceDirectories>${basedir}/src/main/java,${basedir}/src/main/scala</sourceDirectories>
```

## How was this patch tested?

After passing the Jenkins build and manually `dev/lint-java`. (Note that Jenkins does not run `lint-java`)

Author: Dongjoon Hyun <dongjoon@apache.org>

Closes #12242 from dongjoon-hyun/SPARK-14465.
2016-04-09 21:31:20 -07:00
..
docker [SPARK-13595][BUILD] Move docker, extras modules into external 2016-03-09 18:27:44 +00:00
docker-integration-tests [SPARK-13595][BUILD] Move docker, extras modules into external 2016-03-09 18:27:44 +00:00
flume [SPARK-14134][CORE] Change the package name used for shading classes. 2016-04-06 19:33:51 -07:00
flume-assembly [SPARK-14073][STREAMING][TEST-MAVEN] Move flume back to Spark 2016-03-25 17:37:16 -07:00
flume-sink [SPARK-14134][CORE] Change the package name used for shading classes. 2016-04-06 19:33:51 -07:00
java8-tests [SPARK-14465][BUILD] Checkstyle should check all Java files 2016-04-09 21:31:20 -07:00
kafka [SPARK-14134][CORE] Change the package name used for shading classes. 2016-04-06 19:33:51 -07:00
kafka-assembly [SPARK-6363][BUILD] Make Scala 2.11 the default Scala version 2016-01-30 00:20:28 -08:00
kinesis-asl [SPARK-14134][CORE] Change the package name used for shading classes. 2016-04-06 19:33:51 -07:00
kinesis-asl-assembly [SPARK-13595][BUILD] Move docker, extras modules into external 2016-03-09 18:27:44 +00:00
spark-ganglia-lgpl [SPARK-13595][BUILD] Move docker, extras modules into external 2016-03-09 18:27:44 +00:00