Created
June 9, 2016 07:35
-
-
Save JoshRosen/f889d1c236fad14fa25ac4be01654653 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git before after | |
| index bdf27c9..88b5282 100644 | |
| --- before | |
| +++ after | |
| @@ -1,3253 +1,3241 @@ | |
| [INFO] Scanning for projects... | |
| [WARNING] | |
| [WARNING] Some problems were encountered while building the effective model for org.apache.spark:spark-core_2.11:jar:2.0.0-SNAPSHOT | |
| [WARNING] The expression ${pom.version} is deprecated. Please use ${project.version} instead. | |
| [WARNING] | |
| [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. | |
| [WARNING] | |
| [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. | |
| [WARNING] | |
| [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available | |
| [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in https://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced | |
| [INFO] | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] Building Spark Project Sketch 2.0.0-SNAPSHOT | |
| [INFO] ------------------------------------------------------------------------ | |
| [WARNING] The POM for org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 is missing, no dependency information available | |
| [WARNING] Failed to retrieve plugin descriptor for org.eclipse.m2e:lifecycle-mapping:1.0.0: Plugin org.eclipse.m2e:lifecycle-mapping:1.0.0 or one of its dependencies could not be resolved: Failure to find org.eclipse.m2e:lifecycle-mapping:jar:1.0.0 in https://repo1.maven.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced | |
| [INFO] | |
| [INFO] --- maven-help-plugin:2.2:effective-pom (default-cli) @ spark-sketch_2.11 --- | |
| [INFO] | |
| Effective POMs, after inheritance, interpolation, and profiles are applied: | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- ====================================================================== --> | |
| <!-- --> | |
| -<!-- Generated by Maven Help Plugin on 2016-06-09T12:33:20 --> | |
| +<!-- Generated by Maven Help Plugin on 2016-06-09T12:33:29 --> | |
| <!-- See: http://maven.apache.org/plugins/maven-help-plugin/ --> | |
| <!-- --> | |
| <!-- ====================================================================== --> | |
| <!-- ====================================================================== --> | |
| <!-- --> | |
| <!-- Effective POM for project --> | |
| <!-- 'org.apache.spark:spark-sketch_2.11:jar:2.0.0-SNAPSHOT' --> | |
| <!-- --> | |
| <!-- ====================================================================== --> | |
| <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
| <modelVersion>4.0.0</modelVersion> | |
| <parent> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-parent_2.11</artifactId> | |
| <version>2.0.0-SNAPSHOT</version> | |
| <relativePath>../../pom.xml</relativePath> | |
| </parent> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-sketch_2.11</artifactId> | |
| <version>2.0.0-SNAPSHOT</version> | |
| <name>Spark Project Sketch</name> | |
| <description>The Apache Software Foundation provides support for the Apache community of open-source software projects. | |
| The Apache projects are characterized by a collaborative, consensus based development process, an open and | |
| pragmatic software license, and a desire to create high quality software that leads the way in its field. | |
| We consider ourselves not simply a group of projects sharing a server, but rather a community of developers | |
| and users.</description> | |
| <url>http://spark.apache.org/</url> | |
| <organization> | |
| <name>The Apache Software Foundation</name> | |
| <url>http://www.apache.org/</url> | |
| </organization> | |
| <licenses> | |
| <license> | |
| <name>Apache 2.0 License</name> | |
| <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> | |
| <distribution>repo</distribution> | |
| </license> | |
| </licenses> | |
| <developers> | |
| <developer> | |
| <id>matei</id> | |
| <name>Matei Zaharia</name> | |
| <email>[email protected]</email> | |
| <url>http://www.cs.berkeley.edu/~matei</url> | |
| <organization>Apache Software Foundation</organization> | |
| <organizationUrl>http://spark.apache.org</organizationUrl> | |
| </developer> | |
| </developers> | |
| <mailingLists> | |
| <mailingList> | |
| <name>Dev Mailing List</name> | |
| <subscribe>[email protected]</subscribe> | |
| <unsubscribe>[email protected]</unsubscribe> | |
| <post>[email protected]</post> | |
| </mailingList> | |
| <mailingList> | |
| <name>User Mailing List</name> | |
| <subscribe>[email protected]</subscribe> | |
| <unsubscribe>[email protected]</unsubscribe> | |
| <post>[email protected]</post> | |
| </mailingList> | |
| <mailingList> | |
| <name>Commits Mailing List</name> | |
| <subscribe>[email protected]</subscribe> | |
| <unsubscribe>[email protected]</unsubscribe> | |
| <post>[email protected]</post> | |
| </mailingList> | |
| </mailingLists> | |
| <scm> | |
| <connection>scm:git:[email protected]:apache/spark.git/common/spark-sketch_2.11</connection> | |
| <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/spark.git/common/spark-sketch_2.11</developerConnection> | |
| <url>scm:git:[email protected]:apache/spark.git/common/spark-sketch_2.11</url> | |
| </scm> | |
| <issueManagement> | |
| <system>JIRA</system> | |
| <url>https://issues.apache.org/jira/browse/SPARK</url> | |
| </issueManagement> | |
| <distributionManagement> | |
| <repository> | |
| <id>apache.releases.https</id> | |
| <name>Apache Release Distribution Repository</name> | |
| <url>https://repository.apache.org/service/local/staging/deploy/maven2</url> | |
| </repository> | |
| <snapshotRepository> | |
| <id>apache.snapshots.https</id> | |
| <name>Apache Development Snapshot Repository</name> | |
| <url>https://repository.apache.org/content/repositories/snapshots</url> | |
| </snapshotRepository> | |
| </distributionManagement> | |
| <properties> | |
| <CodeCacheSize>512m</CodeCacheSize> | |
| <MaxPermGen>512m</MaxPermGen> | |
| <PermGen>64m</PermGen> | |
| <antlr4.version>4.5.3</antlr4.version> | |
| <arguments /> | |
| <avro.mapred.classifier>hadoop2</avro.mapred.classifier> | |
| <avro.version>1.7.7</avro.version> | |
| <aws.kinesis.client.version>1.6.1</aws.kinesis.client.version> | |
| <aws.kinesis.producer.version>0.10.2</aws.kinesis.producer.version> | |
| <build.copyDependenciesPhase>none</build.copyDependenciesPhase> | |
| <build.testJarPhase>prepare-package</build.testJarPhase> | |
| <calcite.version>1.2.0-incubating</calcite.version> | |
| <chill.version>0.8.0</chill.version> | |
| <codahale.metrics.version>3.1.2</codahale.metrics.version> | |
| <codehaus.jackson.version>1.9.13</codehaus.jackson.version> | |
| <commons-codec.version>1.10</commons-codec.version> | |
| <commons-io.version>2.4</commons-io.version> | |
| <commons-lang2.version>2.6</commons-lang2.version> | |
| <commons-lang3.version>3.3.2</commons-lang3.version> | |
| <commons.collections.version>3.2.2</commons.collections.version> | |
| <commons.httpclient.version>4.5.2</commons.httpclient.version> | |
| <commons.httpcore.version>4.4.4</commons.httpcore.version> | |
| <commons.math3.version>3.4.1</commons.math3.version> | |
| <curator.version>2.4.0</curator.version> | |
| <datanucleus-core.version>3.2.10</datanucleus-core.version> | |
| <derby.version>10.11.1.1</derby.version> | |
| <distMgmtSnapshotsName>Apache Development Snapshot Repository</distMgmtSnapshotsName> | |
| <distMgmtSnapshotsUrl>https://repository.apache.org/content/repositories/snapshots</distMgmtSnapshotsUrl> | |
| <fasterxml.jackson.version>2.6.5</fasterxml.jackson.version> | |
| <flume.deps.scope>compile</flume.deps.scope> | |
| <flume.version>1.6.0</flume.version> | |
| <gpg.useagent>true</gpg.useagent> | |
| <hadoop.deps.scope>compile</hadoop.deps.scope> | |
| <hadoop.version>2.2.0</hadoop.version> | |
| <hive.deps.scope>compile</hive.deps.scope> | |
| <hive.group>org.spark-project.hive</hive.group> | |
| <hive.parquet.version>1.6.0</hive.parquet.version> | |
| <hive.version>1.2.1.spark2</hive.version> | |
| <hive.version.short>1.2.1</hive.version.short> | |
| <httpclient.classic.version>3.1</httpclient.classic.version> | |
| <ivy.version>2.4.0</ivy.version> | |
| <janino.version>2.7.8</janino.version> | |
| <jars.target.dir>/Users/joshrosen/Documents/spark2/common/sketch/target/scala-2.11/jars</jars.target.dir> | |
| <java.version>1.7</java.version> | |
| <javaxservlet.version>3.1.0</javaxservlet.version> | |
| <jersey.version>2.22.2</jersey.version> | |
| <jets3t.version>0.7.1</jets3t.version> | |
| <jetty.version>9.2.16.v20160414</jetty.version> | |
| <jline.groupid>org.scala-lang</jline.groupid> | |
| <jline.version>2.11.8</jline.version> | |
| <joda.version>2.9.3</joda.version> | |
| <jodd.version>3.5.2</jodd.version> | |
| <jpam.version>1.1</jpam.version> | |
| <jsr305.version>1.3.9</jsr305.version> | |
| <libthrift.version>0.9.2</libthrift.version> | |
| <log4j.version>1.2.17</log4j.version> | |
| <maven-antrun.version>1.8</maven-antrun.version> | |
| <maven.version>3.3.9</maven.version> | |
| <mesos.classifier>shaded-protobuf</mesos.classifier> | |
| <mesos.version>0.21.1</mesos.version> | |
| <netlib.java.version>1.1.2</netlib.java.version> | |
| <organization.logo>http://www.apache.org/images/asf_logo_wide.gif</organization.logo> | |
| <oro.version>2.0.8</oro.version> | |
| <paranamer.version>2.8</paranamer.version> | |
| <parquet.deps.scope>compile</parquet.deps.scope> | |
| <parquet.test.deps.scope>test</parquet.test.deps.scope> | |
| <parquet.version>1.8.1</parquet.version> | |
| <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> | |
| <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> | |
| <protobuf.version>2.5.0</protobuf.version> | |
| <sbt.project.name>sketch</sbt.project.name> | |
| <scala.binary.version>2.11</scala.binary.version> | |
| <scala.version>2.11.8</scala.version> | |
| <selenium.version>2.52.0</selenium.version> | |
| <slf4j.version>1.7.16</slf4j.version> | |
| <snappy.version>1.1.2.4</snappy.version> | |
| <sourceReleaseAssemblyDescriptor>source-release</sourceReleaseAssemblyDescriptor> | |
| <spark.shade.packageName>org.spark_project</spark.shade.packageName> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <test.exclude.tags /> | |
| <test.java.home>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</test.java.home> | |
| <useZincForJdk8>false</useZincForJdk8> | |
| <yarn.version>2.2.0</yarn.version> | |
| <zookeeper.version>3.4.5</zookeeper.version> | |
| </properties> | |
| <dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-tags_2.11</artifactId> | |
| <version>2.0.0-SNAPSHOT</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.twitter</groupId> | |
| <artifactId>chill_2.11</artifactId> | |
| <version>0.8.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.twitter</groupId> | |
| <artifactId>chill-java</artifactId> | |
| <version>0.8.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.xbean</groupId> | |
| <artifactId>xbean-asm5-shaded</artifactId> | |
| <version>4.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-http</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-continuation</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-servlet</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-servlets</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-util</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-security</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-plus</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.eclipse.jetty</groupId> | |
| <artifactId>jetty-server</artifactId> | |
| <version>9.2.16.v20160414</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.google.guava</groupId> | |
| <artifactId>guava</artifactId> | |
| <version>14.0.1</version> | |
| <scope>provided</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.commons</groupId> | |
| <artifactId>commons-lang3</artifactId> | |
| <version>3.3.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-lang</groupId> | |
| <artifactId>commons-lang</artifactId> | |
| <version>2.6</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-io</groupId> | |
| <artifactId>commons-io</artifactId> | |
| <version>2.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-codec</groupId> | |
| <artifactId>commons-codec</artifactId> | |
| <version>1.10</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.commons</groupId> | |
| <artifactId>commons-math3</artifactId> | |
| <version>3.4.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-collections</groupId> | |
| <artifactId>commons-collections</artifactId> | |
| <version>3.2.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.ivy</groupId> | |
| <artifactId>ivy</artifactId> | |
| <version>2.4.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.google.code.findbugs</groupId> | |
| <artifactId>jsr305</artifactId> | |
| <version>1.3.9</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-httpclient</groupId> | |
| <artifactId>commons-httpclient</artifactId> | |
| <version>3.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>httpclient</artifactId> | |
| <version>4.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>httpmime</artifactId> | |
| <version>4.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.httpcomponents</groupId> | |
| <artifactId>httpcore</artifactId> | |
| <version>4.4.4</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| <artifactId>selenium-java</artifactId> | |
| <version>2.52.0</version> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>guava</artifactId> | |
| <groupId>com.google.guava</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>io.netty</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.seleniumhq.selenium</groupId> | |
| <artifactId>selenium-htmlunit-driver</artifactId> | |
| <version>2.52.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>xml-apis</groupId> | |
| <artifactId>xml-apis</artifactId> | |
| <version>1.4.01</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.slf4j</groupId> | |
| <artifactId>slf4j-api</artifactId> | |
| <version>1.7.16</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.slf4j</groupId> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <version>1.7.16</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.slf4j</groupId> | |
| <artifactId>jul-to-slf4j</artifactId> | |
| <version>1.7.16</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.slf4j</groupId> | |
| <artifactId>jcl-over-slf4j</artifactId> | |
| <version>1.7.16</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>log4j</groupId> | |
| <artifactId>log4j</artifactId> | |
| <version>1.2.17</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.ning</groupId> | |
| <artifactId>compress-lzf</artifactId> | |
| <version>1.0.3</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.xerial.snappy</groupId> | |
| <artifactId>snappy-java</artifactId> | |
| <version>1.1.2.4</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.jpountz.lz4</groupId> | |
| <artifactId>lz4</artifactId> | |
| <version>1.3.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.clearspring.analytics</groupId> | |
| <artifactId>stream</artifactId> | |
| <version>2.7.0</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>fastutil</artifactId> | |
| <groupId>it.unimi.dsi</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.google.protobuf</groupId> | |
| <artifactId>protobuf-java</artifactId> | |
| <version>2.5.0</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.mesos</groupId> | |
| <artifactId>mesos</artifactId> | |
| <version>0.21.1</version> | |
| <classifier>shaded-protobuf</classifier> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>protobuf-java</artifactId> | |
| <groupId>com.google.protobuf</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.roaringbitmap</groupId> | |
| <artifactId>RoaringBitmap</artifactId> | |
| <version>0.5.11</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>commons-net</groupId> | |
| <artifactId>commons-net</artifactId> | |
| <version>2.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.netty</groupId> | |
| <artifactId>netty-all</artifactId> | |
| <version>4.0.29.Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.netty</groupId> | |
| <artifactId>netty</artifactId> | |
| <version>3.8.0.Final</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.derby</groupId> | |
| <artifactId>derby</artifactId> | |
| <version>10.11.1.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.dropwizard.metrics</groupId> | |
| <artifactId>metrics-core</artifactId> | |
| <version>3.1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.dropwizard.metrics</groupId> | |
| <artifactId>metrics-jvm</artifactId> | |
| <version>3.1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.dropwizard.metrics</groupId> | |
| <artifactId>metrics-json</artifactId> | |
| <version>3.1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.dropwizard.metrics</groupId> | |
| <artifactId>metrics-ganglia</artifactId> | |
| <version>3.1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>io.dropwizard.metrics</groupId> | |
| <artifactId>metrics-graphite</artifactId> | |
| <version>3.1.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-databind</artifactId> | |
| <version>2.6.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| <artifactId>jackson-annotations</artifactId> | |
| <version>2.6.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.module</groupId> | |
| <artifactId>jackson-module-scala_2.11</artifactId> | |
| <version>2.6.5</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>guava</artifactId> | |
| <groupId>com.google.guava</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.fasterxml.jackson.module</groupId> | |
| <artifactId>jackson-module-jaxb-annotations</artifactId> | |
| <version>2.6.5</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.glassfish.jersey.core</groupId> | |
| <artifactId>jersey-server</artifactId> | |
| <version>2.22.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.glassfish.jersey.core</groupId> | |
| <artifactId>jersey-common</artifactId> | |
| <version>2.22.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.glassfish.jersey.core</groupId> | |
| <artifactId>jersey-client</artifactId> | |
| <version>2.22.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.glassfish.jersey.containers</groupId> | |
| <artifactId>jersey-container-servlet</artifactId> | |
| <version>2.22.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.glassfish.jersey.containers</groupId> | |
| <artifactId>jersey-container-servlet-core</artifactId> | |
| <version>2.22.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.glassfish.jersey</groupId> | |
| <artifactId>jersey-client</artifactId> | |
| <version>2.22.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>javax.ws.rs</groupId> | |
| <artifactId>javax.ws.rs-api</artifactId> | |
| <version>2.0.1</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scalanlp</groupId> | |
| <artifactId>breeze_2.11</artifactId> | |
| <version>0.11.2</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>junit</artifactId> | |
| <groupId>junit</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-math3</artifactId> | |
| <groupId>org.apache.commons</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.json4s</groupId> | |
| <artifactId>json4s-jackson_2.11</artifactId> | |
| <version>3.2.11</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scala-compiler</artifactId> | |
| <version>2.11.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scala-reflect</artifactId> | |
| <version>2.11.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scala-library</artifactId> | |
| <version>2.11.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scala-actors</artifactId> | |
| <version>2.11.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scala-lang</groupId> | |
| <artifactId>scalap</artifactId> | |
| <version>2.11.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scalatest</groupId> | |
| <artifactId>scalatest_2.11</artifactId> | |
| <version>2.2.6</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.mockito</groupId> | |
| <artifactId>mockito-core</artifactId> | |
| <version>1.10.19</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scalacheck</groupId> | |
| <artifactId>scalacheck_2.11</artifactId> | |
| <version>1.12.5</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <version>4.12</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hamcrest</groupId> | |
| <artifactId>hamcrest-core</artifactId> | |
| <version>1.3</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.hamcrest</groupId> | |
| <artifactId>hamcrest-library</artifactId> | |
| <version>1.3</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.novocode</groupId> | |
| <artifactId>junit-interface</artifactId> | |
| <version>0.11</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.spotify</groupId> | |
| <artifactId>docker-client</artifactId> | |
| <version>3.6.6</version> | |
| <classifier>shaded</classifier> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>guava</artifactId> | |
| <groupId>com.google.guava</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>mysql</groupId> | |
| <artifactId>mysql-connector-java</artifactId> | |
| <version>5.1.38</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.postgresql</groupId> | |
| <artifactId>postgresql</artifactId> | |
| <version>9.4.1207.jre7</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.curator</groupId> | |
| <artifactId>curator-recipes</artifactId> | |
| <version>2.4.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jline</artifactId> | |
| <groupId>jline</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.curator</groupId> | |
| <artifactId>curator-client</artifactId> | |
| <version>2.4.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.curator</groupId> | |
| <artifactId>curator-framework</artifactId> | |
| <version>2.4.0</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.curator</groupId> | |
| <artifactId>curator-test</artifactId> | |
| <version>2.4.0</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.hadoop</groupId> | |
| <artifactId>hadoop-client</artifactId> | |
| <version>2.2.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jackson-mapper-asl</artifactId> | |
| <groupId>org.codehaus.jackson</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>org.ow2.asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>mockito-all</artifactId> | |
| <groupId>org.mockito</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api-2.5</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>junit</artifactId> | |
| <groupId>junit</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.jersey-test-framework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.avro</groupId> | |
| <artifactId>avro</artifactId> | |
| <version>1.7.7</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.avro</groupId> | |
| <artifactId>avro-ipc</artifactId> | |
| <version>1.7.7</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>io.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jetty</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jetty-util</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>velocity</artifactId> | |
| <groupId>org.apache.velocity</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.avro</groupId> | |
| <artifactId>avro-ipc</artifactId> | |
| <version>1.7.7</version> | |
| <classifier>tests</classifier> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.avro</groupId> | |
| <artifactId>avro-mapred</artifactId> | |
| <version>1.7.7</version> | |
| <classifier>hadoop2</classifier> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>io.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jetty</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jetty-util</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>velocity</artifactId> | |
| <groupId>org.apache.velocity</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.java.dev.jets3t</groupId> | |
| <artifactId>jets3t</artifactId> | |
| <version>0.7.1</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.hadoop</groupId> | |
| <artifactId>hadoop-yarn-api</artifactId> | |
| <version>2.2.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>org.ow2.asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.jersey-test-framework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.hadoop</groupId> | |
| <artifactId>hadoop-yarn-common</artifactId> | |
| <version>2.2.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>org.ow2.asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.jersey-test-framework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.hadoop</groupId> | |
| <artifactId>hadoop-yarn-server-tests</artifactId> | |
| <version>2.2.0</version> | |
| <classifier>tests</classifier> | |
| <scope>test</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>org.ow2.asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.jersey-test-framework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.hadoop</groupId> | |
| <artifactId>hadoop-yarn-server-web-proxy</artifactId> | |
| <version>2.2.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>org.ow2.asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.jersey-test-framework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.hadoop</groupId> | |
| <artifactId>hadoop-yarn-client</artifactId> | |
| <version>2.2.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>asm</artifactId> | |
| <groupId>org.ow2.asm</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.jersey-test-framework</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>*</artifactId> | |
| <groupId>com.sun.jersey.contribs</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.zookeeper</groupId> | |
| <artifactId>zookeeper</artifactId> | |
| <version>3.4.5</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>org.jboss.netty</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-core-asl</artifactId> | |
| <version>1.9.13</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-mapper-asl</artifactId> | |
| <version>1.9.13</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-xc</artifactId> | |
| <version>1.9.13</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.jackson</groupId> | |
| <artifactId>jackson-jaxrs</artifactId> | |
| <version>1.9.13</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-beeline</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-common</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-exec</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-jdbc</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-metastore</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-service</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-cli</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-common</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-exec</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-jdbc</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-metastore</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-serde</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-service</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-common</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>ant</artifactId> | |
| <groupId>org.apache.ant</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>zookeeper</artifactId> | |
| <groupId>org.apache.zookeeper</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-exec</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-metastore</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-ant</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>spark-client</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>ant</artifactId> | |
| <groupId>ant</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>ant</artifactId> | |
| <groupId>org.apache.ant</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>kryo</artifactId> | |
| <groupId>com.esotericsoftware.kryo</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-codec</artifactId> | |
| <groupId>commons-codec</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-httpclient</artifactId> | |
| <groupId>commons-httpclient</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>avro-mapred</artifactId> | |
| <groupId>org.apache.avro</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>calcite-core</artifactId> | |
| <groupId>org.apache.calcite</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>apache-curator</artifactId> | |
| <groupId>org.apache.curator</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>curator-client</artifactId> | |
| <groupId>org.apache.curator</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>curator-framework</artifactId> | |
| <groupId>org.apache.curator</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libfb303</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>zookeeper</artifactId> | |
| <groupId>org.apache.zookeeper</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>groovy-all</artifactId> | |
| <groupId>org.codehaus.groovy</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-jdbc</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-common</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-common</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-metastore</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-serde</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-service</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>curator-framework</artifactId> | |
| <groupId>org.apache.curator</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libfb303</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>zookeeper</artifactId> | |
| <groupId>org.apache.zookeeper</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>groovy-all</artifactId> | |
| <groupId>org.codehaus.groovy</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-metastore</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-serde</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libfb303</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>guava</artifactId> | |
| <groupId>com.google.guava</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-serde</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>hive-common</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hive-shims</artifactId> | |
| <groupId>org.spark-project.hive</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-codec</artifactId> | |
| <groupId>commons-codec</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jsr305</artifactId> | |
| <groupId>com.google.code.findbugs</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>avro</artifactId> | |
| <groupId>org.apache.avro</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libfb303</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>groovy-all</artifactId> | |
| <groupId>org.codehaus.groovy</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>net.sf.jpam</groupId> | |
| <artifactId>jpam</artifactId> | |
| <version>1.1</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>javax.servlet</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.hive</groupId> | |
| <artifactId>hive-shims</artifactId> | |
| <version>1.2.1.spark2</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>guava</artifactId> | |
| <groupId>com.google.guava</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hadoop-yarn-server-resourcemanager</artifactId> | |
| <groupId>org.apache.hadoop</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>curator-framework</artifactId> | |
| <groupId>org.apache.curator</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>zookeeper</artifactId> | |
| <groupId>org.apache.zookeeper</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>slf4j-log4j12</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>log4j</artifactId> | |
| <groupId>log4j</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>commons-logging</artifactId> | |
| <groupId>commons-logging</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>groovy-all</artifactId> | |
| <groupId>org.codehaus.groovy</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.parquet</groupId> | |
| <artifactId>parquet-column</artifactId> | |
| <version>1.8.1</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.parquet</groupId> | |
| <artifactId>parquet-hadoop</artifactId> | |
| <version>1.8.1</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.parquet</groupId> | |
| <artifactId>parquet-avro</artifactId> | |
| <version>1.8.1</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.twitter</groupId> | |
| <artifactId>parquet-hadoop-bundle</artifactId> | |
| <version>1.6.0</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.flume</groupId> | |
| <artifactId>flume-ng-core</artifactId> | |
| <version>1.6.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>io.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>flume-ng-auth</artifactId> | |
| <groupId>org.apache.flume</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>servlet-api</artifactId> | |
| <groupId>org.mortbay.jetty</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.flume</groupId> | |
| <artifactId>flume-ng-sdk</artifactId> | |
| <version>1.6.0</version> | |
| <scope>compile</scope> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>netty</artifactId> | |
| <groupId>io.netty</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>libthrift</artifactId> | |
| <groupId>org.apache.thrift</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.calcite</groupId> | |
| <artifactId>calcite-core</artifactId> | |
| <version>1.2.0-incubating</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>jackson-annotations</artifactId> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jackson-core</artifactId> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jackson-databind</artifactId> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>guava</artifactId> | |
| <groupId>com.google.guava</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jsr305</artifactId> | |
| <groupId>com.google.code.findbugs</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>janino</artifactId> | |
| <groupId>org.codehaus.janino</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>hsqldb</artifactId> | |
| <groupId>org.hsqldb</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>pentaho-aggdesigner-algorithm</artifactId> | |
| <groupId>org.pentaho</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.calcite</groupId> | |
| <artifactId>calcite-avatica</artifactId> | |
| <version>1.2.0-incubating</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>jackson-annotations</artifactId> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jackson-core</artifactId> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| </exclusion> | |
| <exclusion> | |
| <artifactId>jackson-databind</artifactId> | |
| <groupId>com.fasterxml.jackson.core</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.codehaus.janino</groupId> | |
| <artifactId>janino</artifactId> | |
| <version>2.7.8</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>joda-time</groupId> | |
| <artifactId>joda-time</artifactId> | |
| <version>2.9.3</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.jodd</groupId> | |
| <artifactId>jodd-core</artifactId> | |
| <version>3.5.2</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.datanucleus</groupId> | |
| <artifactId>datanucleus-core</artifactId> | |
| <version>3.2.10</version> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.thrift</groupId> | |
| <artifactId>libthrift</artifactId> | |
| <version>0.9.2</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.apache.thrift</groupId> | |
| <artifactId>libfb303</artifactId> | |
| <version>0.9.2</version> | |
| <exclusions> | |
| <exclusion> | |
| <artifactId>slf4j-api</artifactId> | |
| <groupId>org.slf4j</groupId> | |
| </exclusion> | |
| </exclusions> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.antlr</groupId> | |
| <artifactId>antlr4-runtime</artifactId> | |
| <version>4.5.3</version> | |
| </dependency> | |
| </dependencies> | |
| </dependencyManagement> | |
| <dependencies> | |
| <dependency> | |
| <groupId>org.apache.spark</groupId> | |
| <artifactId>spark-tags_2.11</artifactId> | |
| <version>2.0.0-SNAPSHOT</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.spark-project.spark</groupId> | |
| <artifactId>unused</artifactId> | |
| <version>1.0.0</version> | |
| <scope>compile</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>org.scalatest</groupId> | |
| <artifactId>scalatest_2.11</artifactId> | |
| <version>2.2.6</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>junit</groupId> | |
| <artifactId>junit</artifactId> | |
| <version>4.12</version> | |
| <scope>test</scope> | |
| </dependency> | |
| <dependency> | |
| <groupId>com.novocode</groupId> | |
| <artifactId>junit-interface</artifactId> | |
| <version>0.11</version> | |
| <scope>test</scope> | |
| </dependency> | |
| </dependencies> | |
| <repositories> | |
| <repository> | |
| <releases> | |
| <enabled>true</enabled> | |
| </releases> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>central</id> | |
| <name>Maven Repository</name> | |
| <url>https://repo1.maven.org/maven2</url> | |
| </repository> | |
| <repository> | |
| <releases> | |
| <enabled>false</enabled> | |
| </releases> | |
| <id>apache.snapshots</id> | |
| <name>Apache Snapshot Repository</name> | |
| <url>http://repository.apache.org/snapshots</url> | |
| </repository> | |
| </repositories> | |
| <pluginRepositories> | |
| <pluginRepository> | |
| <releases> | |
| <enabled>true</enabled> | |
| </releases> | |
| <snapshots> | |
| <enabled>false</enabled> | |
| </snapshots> | |
| <id>central</id> | |
| <url>https://repo1.maven.org/maven2</url> | |
| </pluginRepository> | |
| </pluginRepositories> | |
| <build> | |
| <sourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/main/java</sourceDirectory> | |
| <scriptSourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/main/scripts</scriptSourceDirectory> | |
| <testSourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/test/java</testSourceDirectory> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/scala-2.11/classes</outputDirectory> | |
| <testOutputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/scala-2.11/test-classes</testOutputDirectory> | |
| <resources> | |
| <resource> | |
| <directory>/Users/joshrosen/Documents/spark2/common/sketch/src/main/resources</directory> | |
| </resource> | |
| </resources> | |
| <testResources> | |
| <testResource> | |
| <directory>/Users/joshrosen/Documents/spark2/common/sketch/src/test/resources</directory> | |
| </testResource> | |
| </testResources> | |
| <directory>/Users/joshrosen/Documents/spark2/common/sketch/target</directory> | |
| <finalName>spark-sketch_2.11-2.0.0-SNAPSHOT</finalName> | |
| <pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-antrun-plugin</artifactId> | |
| <version>1.8</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>exec-maven-plugin</artifactId> | |
| <version>1.4.0</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-assembly-plugin</artifactId> | |
| <version>2.6</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>3.0.0</version> | |
| <configuration> | |
| <filesets> | |
| <fileset> | |
| <directory>work</directory> | |
| </fileset> | |
| <fileset> | |
| <directory>checkpoint</directory> | |
| </fileset> | |
| <fileset> | |
| <directory>lib_managed</directory> | |
| </fileset> | |
| </filesets> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>build-helper-maven-plugin</artifactId> | |
| <version>1.10</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>net.alchim31.maven</groupId> | |
| <artifactId>scala-maven-plugin</artifactId> | |
| <version>3.2.2</version> | |
| <executions> | |
| <execution> | |
| <id>eclipse-add-source</id> | |
| <goals> | |
| <goal>add-source</goal> | |
| </goals> | |
| <configuration> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| + <scalaVersion>2.11.8</scalaVersion> | |
| + <recompileMode>incremental</recompileMode> | |
| + <useZincServer>true</useZincServer> | |
| + <args> | |
| <arg>-unchecked</arg> | |
| <arg>-deprecation</arg> | |
| <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| </args> | |
| - <scalaVersion>2.11.8</scalaVersion> | |
| - <recompileMode>incremental</recompileMode> | |
| - <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>scala-compile-first</id> | |
| <phase>process-resources</phase> | |
| <goals> | |
| <goal>compile</goal> | |
| </goals> | |
| <configuration> | |
| + <args combine.children="append"> | |
| + <arg>-unchecked</arg> | |
| + <arg>-deprecation</arg> | |
| + <arg>-feature</arg> | |
| + <arg>-javabootclasspath</arg> | |
| + <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| + </args> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| - <arg>-unchecked</arg> | |
| - <arg>-deprecation</arg> | |
| - <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| - </args> | |
| <scalaVersion>2.11.8</scalaVersion> | |
| <recompileMode>incremental</recompileMode> | |
| <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>scala-test-compile-first</id> | |
| <phase>process-test-resources</phase> | |
| <goals> | |
| <goal>testCompile</goal> | |
| </goals> | |
| <configuration> | |
| + <args combine.children="append"> | |
| + <arg>-unchecked</arg> | |
| + <arg>-deprecation</arg> | |
| + <arg>-feature</arg> | |
| + <arg>-javabootclasspath</arg> | |
| + <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| + </args> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| - <arg>-unchecked</arg> | |
| - <arg>-deprecation</arg> | |
| - <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| - </args> | |
| <scalaVersion>2.11.8</scalaVersion> | |
| <recompileMode>incremental</recompileMode> | |
| <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>attach-scaladocs</id> | |
| <phase>verify</phase> | |
| <goals> | |
| <goal>doc-jar</goal> | |
| </goals> | |
| <configuration> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| + <scalaVersion>2.11.8</scalaVersion> | |
| + <recompileMode>incremental</recompileMode> | |
| + <useZincServer>true</useZincServer> | |
| + <args> | |
| <arg>-unchecked</arg> | |
| <arg>-deprecation</arg> | |
| <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| </args> | |
| - <scalaVersion>2.11.8</scalaVersion> | |
| - <recompileMode>incremental</recompileMode> | |
| - <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| + <scalaVersion>2.11.8</scalaVersion> | |
| + <recompileMode>incremental</recompileMode> | |
| + <useZincServer>true</useZincServer> | |
| + <args> | |
| <arg>-unchecked</arg> | |
| <arg>-deprecation</arg> | |
| <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| </args> | |
| - <scalaVersion>2.11.8</scalaVersion> | |
| - <recompileMode>incremental</recompileMode> | |
| - <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>3.5.1</version> | |
| <configuration> | |
| <compilerArgs combine.children="append"> | |
| <arg>-Xlint:all,-serial,-path</arg> | |
| <arg>-bootclasspath</arg> | |
| <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| <arg>-XDignore.symbol.file</arg> | |
| </compilerArgs> | |
| <source>1.7</source> | |
| <target>1.7</target> | |
| <encoding>UTF-8</encoding> | |
| <maxmem>1024m</maxmem> | |
| <fork>true</fork> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-dependency-plugin</artifactId> | |
| <version>2.8</version> | |
| <executions> | |
| <execution> | |
| <id>default-cli</id> | |
| <goals> | |
| <goal>build-classpath</goal> | |
| </goals> | |
| <configuration> | |
| <includeScope>runtime</includeScope> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-deploy-plugin</artifactId> | |
| <version>2.8.2</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-docck-plugin</artifactId> | |
| <version>1.0</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-enforcer-plugin</artifactId> | |
| <version>1.4.1</version> | |
| <executions> | |
| <execution> | |
| <id>enforce-versions</id> | |
| <goals> | |
| <goal>enforce</goal> | |
| </goals> | |
| <configuration> | |
| <rules> | |
| <requireMavenVersion> | |
| <version>3.3.9</version> | |
| </requireMavenVersion> | |
| <requireJavaVersion> | |
| <version>1.7</version> | |
| </requireJavaVersion> | |
| <bannedDependencies> | |
| <excludes> | |
| <exclude>org.jboss.netty</exclude> | |
| <exclude>org.codehaus.groovy</exclude> | |
| </excludes> | |
| <searchTransitive>true</searchTransitive> | |
| </bannedDependencies> | |
| </rules> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-failsafe-plugin</artifactId> | |
| <version>2.16</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-gpg-plugin</artifactId> | |
| <version>1.4</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-shade-plugin</artifactId> | |
| <version>2.4.3</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-install-plugin</artifactId> | |
| <version>2.5.2</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-invoker-plugin</artifactId> | |
| <version>1.8</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.scalatest</groupId> | |
| <artifactId>scalatest-maven-plugin</artifactId> | |
| <version>1.0</version> | |
| <executions> | |
| <execution> | |
| <id>test</id> | |
| <goals> | |
| <goal>test</goal> | |
| </goals> | |
| <configuration> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <junitxml>.</junitxml> | |
| <filereports>SparkTestSuite.txt</filereports> | |
| <argLine>-ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <stderr /> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>__not_used__</test.src.tables> | |
| </systemProperties> | |
| <tagsToExclude /> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <junitxml>.</junitxml> | |
| <filereports>SparkTestSuite.txt</filereports> | |
| <argLine>-ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <stderr /> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>__not_used__</test.src.tables> | |
| </systemProperties> | |
| <tagsToExclude /> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <version>2.6</version> | |
| <configuration> | |
| <archive> | |
| <manifest> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.10.3</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-plugin-plugin</artifactId> | |
| <version>3.2</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-release-plugin</artifactId> | |
| <version>2.4.2</version> | |
| <configuration> | |
| <useReleaseProfile>false</useReleaseProfile> | |
| <goals>deploy</goals> | |
| <arguments>-Papache-release</arguments> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-remote-resources-plugin</artifactId> | |
| <version>1.5</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>2.6</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-scm-plugin</artifactId> | |
| <version>1.9</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-scm-publish-plugin</artifactId> | |
| <version>1.0</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-site-plugin</artifactId> | |
| <version>3.3</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-source-plugin</artifactId> | |
| <version>2.4</version> | |
| <executions> | |
| <execution> | |
| <id>create-source-jar</id> | |
| <goals> | |
| <goal>jar-no-fork</goal> | |
| <goal>test-jar-no-fork</goal> | |
| </goals> | |
| <configuration> | |
| <attach>true</attach> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <attach>true</attach> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.antlr</groupId> | |
| <artifactId>antlr4-maven-plugin</artifactId> | |
| <version>4.5.3</version> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.19.1</version> | |
| <executions> | |
| <execution> | |
| <id>test</id> | |
| <goals> | |
| <goal>test</goal> | |
| </goals> | |
| <configuration> | |
| <includes> | |
| <include>**/Test*.java</include> | |
| <include>**/*Test.java</include> | |
| <include>**/*TestCase.java</include> | |
| <include>**/*Suite.java</include> | |
| </includes> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <argLine>-Xmx3g -Xss4096k -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.master.rest.enabled>false</spark.master.rest.enabled> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>src</test.src.tables> | |
| </systemProperties> | |
| <failIfNoTests>false</failIfNoTests> | |
| <excludedGroups /> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <includes> | |
| <include>**/Test*.java</include> | |
| <include>**/*Test.java</include> | |
| <include>**/*TestCase.java</include> | |
| <include>**/*Suite.java</include> | |
| </includes> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <argLine>-Xmx3g -Xss4096k -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.master.rest.enabled>false</spark.master.rest.enabled> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>src</test.src.tables> | |
| </systemProperties> | |
| <failIfNoTests>false</failIfNoTests> | |
| <excludedGroups /> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.apache.rat</groupId> | |
| <artifactId>apache-rat-plugin</artifactId> | |
| <version>0.10</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.codehaus.mojo</groupId> | |
| <artifactId>clirr-maven-plugin</artifactId> | |
| <version>2.6.1</version> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.eclipse.m2e</groupId> | |
| <artifactId>lifecycle-mapping</artifactId> | |
| <version>1.0.0</version> | |
| <configuration> | |
| <lifecycleMappingMetadata> | |
| <pluginExecutions> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-dependency-plugin</artifactId> | |
| <versionRange>[2.8,)</versionRange> | |
| <goals> | |
| <goal>build-classpath</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <versionRange>[2.6,)</versionRange> | |
| <goals> | |
| <goal>test-jar</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| <pluginExecution> | |
| <pluginExecutionFilter> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-antrun-plugin</artifactId> | |
| <versionRange>[1.8,)</versionRange> | |
| <goals> | |
| <goal>run</goal> | |
| </goals> | |
| </pluginExecutionFilter> | |
| <action> | |
| <ignore /> | |
| </action> | |
| </pluginExecution> | |
| </pluginExecutions> | |
| </lifecycleMappingMetadata> | |
| </configuration> | |
| </plugin> | |
| </plugins> | |
| </pluginManagement> | |
| <plugins> | |
| <plugin> | |
| <artifactId>maven-remote-resources-plugin</artifactId> | |
| <version>1.5</version> | |
| <executions> | |
| <execution> | |
| <goals> | |
| <goal>process</goal> | |
| </goals> | |
| <configuration> | |
| <resourceBundles> | |
| <resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle> | |
| </resourceBundles> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-site-plugin</artifactId> | |
| <version>3.3</version> | |
| <executions> | |
| <execution> | |
| <id>default-site</id> | |
| <phase>site</phase> | |
| <goals> | |
| <goal>site</goal> | |
| </goals> | |
| <configuration> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>default-deploy</id> | |
| <phase>site-deploy</phase> | |
| <goals> | |
| <goal>deploy</goal> | |
| </goals> | |
| <configuration> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>attach-descriptor</id> | |
| <goals> | |
| <goal>attach-descriptor</goal> | |
| </goals> | |
| <configuration> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/site</outputDirectory> | |
| <reportPlugins> | |
| <reportPlugin> | |
| <groupId>org.apache.maven.plugins</groupId> | |
| <artifactId>maven-project-info-reports-plugin</artifactId> | |
| </reportPlugin> | |
| </reportPlugins> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-dependency-plugin</artifactId> | |
| <version>2.10</version> | |
| <executions> | |
| <execution> | |
| <id>default-cli</id> | |
| <goals> | |
| <goal>build-classpath</goal> | |
| </goals> | |
| <configuration> | |
| <includeScope>runtime</includeScope> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>generate-test-classpath</id> | |
| <phase>test-compile</phase> | |
| <goals> | |
| <goal>build-classpath</goal> | |
| </goals> | |
| <configuration> | |
| <includeScope>test</includeScope> | |
| <outputProperty>test_classpath</outputProperty> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>copy-module-dependencies</id> | |
| <phase>none</phase> | |
| <goals> | |
| <goal>copy-dependencies</goal> | |
| </goals> | |
| <configuration> | |
| <includeScope>runtime</includeScope> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/scala-2.11/jars</outputDirectory> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-shade-plugin</artifactId> | |
| <version>2.4.3</version> | |
| <executions> | |
| <execution> | |
| <phase>package</phase> | |
| <goals> | |
| <goal>shade</goal> | |
| </goals> | |
| <configuration> | |
| <shadedArtifactAttached>false</shadedArtifactAttached> | |
| <artifactSet> | |
| <includes> | |
| <include>org.spark-project.spark:unused</include> | |
| <include>org.eclipse.jetty:jetty-io</include> | |
| <include>org.eclipse.jetty:jetty-http</include> | |
| <include>org.eclipse.jetty:jetty-continuation</include> | |
| <include>org.eclipse.jetty:jetty-servlet</include> | |
| <include>org.eclipse.jetty:jetty-servlets</include> | |
| <include>org.eclipse.jetty:jetty-plus</include> | |
| <include>org.eclipse.jetty:jetty-security</include> | |
| <include>org.eclipse.jetty:jetty-util</include> | |
| <include>org.eclipse.jetty:jetty-server</include> | |
| <include>com.google.guava:guava</include> | |
| </includes> | |
| </artifactSet> | |
| <relocations> | |
| <relocation> | |
| <pattern>org.eclipse.jetty</pattern> | |
| <shadedPattern>org.spark_project.jetty</shadedPattern> | |
| <includes> | |
| <include>org.eclipse.jetty.**</include> | |
| </includes> | |
| </relocation> | |
| <relocation> | |
| <pattern>com.google.common</pattern> | |
| <shadedPattern>org.spark_project.guava</shadedPattern> | |
| </relocation> | |
| </relocations> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <shadedArtifactAttached>false</shadedArtifactAttached> | |
| <artifactSet> | |
| <includes> | |
| <include>org.spark-project.spark:unused</include> | |
| <include>org.eclipse.jetty:jetty-io</include> | |
| <include>org.eclipse.jetty:jetty-http</include> | |
| <include>org.eclipse.jetty:jetty-continuation</include> | |
| <include>org.eclipse.jetty:jetty-servlet</include> | |
| <include>org.eclipse.jetty:jetty-servlets</include> | |
| <include>org.eclipse.jetty:jetty-plus</include> | |
| <include>org.eclipse.jetty:jetty-security</include> | |
| <include>org.eclipse.jetty:jetty-util</include> | |
| <include>org.eclipse.jetty:jetty-server</include> | |
| <include>com.google.guava:guava</include> | |
| </includes> | |
| </artifactSet> | |
| <relocations> | |
| <relocation> | |
| <pattern>org.eclipse.jetty</pattern> | |
| <shadedPattern>org.spark_project.jetty</shadedPattern> | |
| <includes> | |
| <include>org.eclipse.jetty.**</include> | |
| </includes> | |
| </relocation> | |
| <relocation> | |
| <pattern>com.google.common</pattern> | |
| <shadedPattern>org.spark_project.guava</shadedPattern> | |
| </relocation> | |
| </relocations> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-enforcer-plugin</artifactId> | |
| <version>1.4.1</version> | |
| <executions> | |
| <execution> | |
| <id>enforce-versions</id> | |
| <goals> | |
| <goal>enforce</goal> | |
| </goals> | |
| <configuration> | |
| <rules> | |
| <bannedDependencies> | |
| <excludes combine.children="append"> | |
| <exclude>org.jboss.netty</exclude> | |
| <exclude>org.codehaus.groovy</exclude> | |
| <exclude>*:*_2.10</exclude> | |
| </excludes> | |
| <searchTransitive>true</searchTransitive> | |
| </bannedDependencies> | |
| <requireMavenVersion> | |
| <version>3.3.9</version> | |
| </requireMavenVersion> | |
| <requireJavaVersion> | |
| <version>1.7</version> | |
| </requireJavaVersion> | |
| </rules> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <groupId>net.alchim31.maven</groupId> | |
| <artifactId>scala-maven-plugin</artifactId> | |
| <version>3.2.2</version> | |
| <executions> | |
| <execution> | |
| <id>eclipse-add-source</id> | |
| <goals> | |
| <goal>add-source</goal> | |
| </goals> | |
| <configuration> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| + <scalaVersion>2.11.8</scalaVersion> | |
| + <recompileMode>incremental</recompileMode> | |
| + <useZincServer>true</useZincServer> | |
| + <args> | |
| <arg>-unchecked</arg> | |
| <arg>-deprecation</arg> | |
| <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| </args> | |
| - <scalaVersion>2.11.8</scalaVersion> | |
| - <recompileMode>incremental</recompileMode> | |
| - <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>scala-compile-first</id> | |
| <phase>process-resources</phase> | |
| <goals> | |
| <goal>compile</goal> | |
| </goals> | |
| <configuration> | |
| + <args combine.children="append"> | |
| + <arg>-unchecked</arg> | |
| + <arg>-deprecation</arg> | |
| + <arg>-feature</arg> | |
| + <arg>-javabootclasspath</arg> | |
| + <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| + </args> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| - <arg>-unchecked</arg> | |
| - <arg>-deprecation</arg> | |
| - <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| - </args> | |
| <scalaVersion>2.11.8</scalaVersion> | |
| <recompileMode>incremental</recompileMode> | |
| <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>scala-test-compile-first</id> | |
| <phase>process-test-resources</phase> | |
| <goals> | |
| <goal>testCompile</goal> | |
| </goals> | |
| <configuration> | |
| + <args combine.children="append"> | |
| + <arg>-unchecked</arg> | |
| + <arg>-deprecation</arg> | |
| + <arg>-feature</arg> | |
| + <arg>-javabootclasspath</arg> | |
| + <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| + </args> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| - <arg>-unchecked</arg> | |
| - <arg>-deprecation</arg> | |
| - <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| - </args> | |
| <scalaVersion>2.11.8</scalaVersion> | |
| <recompileMode>incremental</recompileMode> | |
| <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>attach-scaladocs</id> | |
| <phase>verify</phase> | |
| <goals> | |
| <goal>doc-jar</goal> | |
| </goals> | |
| <configuration> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| + <scalaVersion>2.11.8</scalaVersion> | |
| + <recompileMode>incremental</recompileMode> | |
| + <useZincServer>true</useZincServer> | |
| + <args> | |
| <arg>-unchecked</arg> | |
| <arg>-deprecation</arg> | |
| <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| </args> | |
| - <scalaVersion>2.11.8</scalaVersion> | |
| - <recompileMode>incremental</recompileMode> | |
| - <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <javacArgs combine.children="append"> | |
| <javacArg>-source</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-target</javacArg> | |
| <javacArg>1.7</javacArg> | |
| <javacArg>-Xlint:all,-serial,-path</javacArg> | |
| <javacArg>-XDignore.symbol.file</javacArg> | |
| </javacArgs> | |
| - <args combine.children="append"> | |
| + <scalaVersion>2.11.8</scalaVersion> | |
| + <recompileMode>incremental</recompileMode> | |
| + <useZincServer>true</useZincServer> | |
| + <args> | |
| <arg>-unchecked</arg> | |
| <arg>-deprecation</arg> | |
| <arg>-feature</arg> | |
| - <arg>-javabootclasspath</arg> | |
| - <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| </args> | |
| - <scalaVersion>2.11.8</scalaVersion> | |
| - <recompileMode>incremental</recompileMode> | |
| - <useZincServer>true</useZincServer> | |
| <jvmArgs> | |
| <jvmArg>-Xms1024m</jvmArg> | |
| <jvmArg>-Xmx1024m</jvmArg> | |
| <jvmArg>-XX:PermSize=64m</jvmArg> | |
| <jvmArg>-XX:MaxPermSize=512m</jvmArg> | |
| <jvmArg>-XX:ReservedCodeCacheSize=512m</jvmArg> | |
| </jvmArgs> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-source-plugin</artifactId> | |
| <version>2.4</version> | |
| <executions> | |
| <execution> | |
| <id>create-source-jar</id> | |
| <goals> | |
| <goal>jar-no-fork</goal> | |
| <goal>test-jar-no-fork</goal> | |
| </goals> | |
| <configuration> | |
| <attach>true</attach> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <attach>true</attach> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.scalastyle</groupId> | |
| <artifactId>scalastyle-maven-plugin</artifactId> | |
| <version>0.8.0</version> | |
| <executions> | |
| <execution> | |
| <goals> | |
| <goal>check</goal> | |
| </goals> | |
| <configuration> | |
| <verbose>false</verbose> | |
| <failOnViolation>true</failOnViolation> | |
| <includeTestSourceDirectory>false</includeTestSourceDirectory> | |
| <failOnWarning>false</failOnWarning> | |
| <sourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/main/scala</sourceDirectory> | |
| <testSourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/test/scala</testSourceDirectory> | |
| <configLocation>scalastyle-config.xml</configLocation> | |
| <outputFile>/Users/joshrosen/Documents/spark2/common/sketch/target/scalastyle-output.xml</outputFile> | |
| <inputEncoding>UTF-8</inputEncoding> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <verbose>false</verbose> | |
| <failOnViolation>true</failOnViolation> | |
| <includeTestSourceDirectory>false</includeTestSourceDirectory> | |
| <failOnWarning>false</failOnWarning> | |
| <sourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/main/scala</sourceDirectory> | |
| <testSourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/test/scala</testSourceDirectory> | |
| <configLocation>scalastyle-config.xml</configLocation> | |
| <outputFile>/Users/joshrosen/Documents/spark2/common/sketch/target/scalastyle-output.xml</outputFile> | |
| <inputEncoding>UTF-8</inputEncoding> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-checkstyle-plugin</artifactId> | |
| <version>2.17</version> | |
| <executions> | |
| <execution> | |
| <goals> | |
| <goal>check</goal> | |
| </goals> | |
| <configuration> | |
| <verbose>false</verbose> | |
| <failOnViolation>false</failOnViolation> | |
| <includeTestSourceDirectory>true</includeTestSourceDirectory> | |
| <failOnWarning>false</failOnWarning> | |
| <sourceDirectories>/Users/joshrosen/Documents/spark2/common/sketch/src/main/java,/Users/joshrosen/Documents/spark2/common/sketch/src/main/scala</sourceDirectories> | |
| <testSourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/test/java</testSourceDirectory> | |
| <configLocation>dev/checkstyle.xml</configLocation> | |
| <outputFile>/Users/joshrosen/Documents/spark2/common/sketch/target/checkstyle-output.xml</outputFile> | |
| <inputEncoding>UTF-8</inputEncoding> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <verbose>false</verbose> | |
| <failOnViolation>false</failOnViolation> | |
| <includeTestSourceDirectory>true</includeTestSourceDirectory> | |
| <failOnWarning>false</failOnWarning> | |
| <sourceDirectories>/Users/joshrosen/Documents/spark2/common/sketch/src/main/java,/Users/joshrosen/Documents/spark2/common/sketch/src/main/scala</sourceDirectories> | |
| <testSourceDirectory>/Users/joshrosen/Documents/spark2/common/sketch/src/test/java</testSourceDirectory> | |
| <configLocation>dev/checkstyle.xml</configLocation> | |
| <outputFile>/Users/joshrosen/Documents/spark2/common/sketch/target/checkstyle-output.xml</outputFile> | |
| <inputEncoding>UTF-8</inputEncoding> | |
| <outputEncoding>UTF-8</outputEncoding> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-antrun-plugin</artifactId> | |
| <version>1.8</version> | |
| <executions> | |
| <execution> | |
| <id>create-tmp-dir</id> | |
| <phase>generate-test-resources</phase> | |
| <goals> | |
| <goal>run</goal> | |
| </goals> | |
| <configuration> | |
| <target> | |
| <mkdir dir="/Users/joshrosen/Documents/spark2/common/sketch/target/tmp" /> | |
| </target> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-surefire-plugin</artifactId> | |
| <version>2.19.1</version> | |
| <executions> | |
| <execution> | |
| <id>default-test</id> | |
| <phase>test</phase> | |
| <goals> | |
| <goal>test</goal> | |
| </goals> | |
| <configuration> | |
| <includes> | |
| <include>**/Test*.java</include> | |
| <include>**/*Test.java</include> | |
| <include>**/*TestCase.java</include> | |
| <include>**/*Suite.java</include> | |
| </includes> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <argLine>-Xmx3g -Xss4096k -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.master.rest.enabled>false</spark.master.rest.enabled> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>src</test.src.tables> | |
| </systemProperties> | |
| <failIfNoTests>false</failIfNoTests> | |
| <excludedGroups /> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>test</id> | |
| <goals> | |
| <goal>test</goal> | |
| </goals> | |
| <configuration> | |
| <includes> | |
| <include>**/Test*.java</include> | |
| <include>**/*Test.java</include> | |
| <include>**/*TestCase.java</include> | |
| <include>**/*Suite.java</include> | |
| </includes> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <argLine>-Xmx3g -Xss4096k -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.master.rest.enabled>false</spark.master.rest.enabled> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>src</test.src.tables> | |
| </systemProperties> | |
| <failIfNoTests>false</failIfNoTests> | |
| <excludedGroups /> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <includes> | |
| <include>**/Test*.java</include> | |
| <include>**/*Test.java</include> | |
| <include>**/*TestCase.java</include> | |
| <include>**/*Suite.java</include> | |
| </includes> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <argLine>-Xmx3g -Xss4096k -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.master.rest.enabled>false</spark.master.rest.enabled> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>src</test.src.tables> | |
| </systemProperties> | |
| <failIfNoTests>false</failIfNoTests> | |
| <excludedGroups /> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <groupId>org.scalatest</groupId> | |
| <artifactId>scalatest-maven-plugin</artifactId> | |
| <version>1.0</version> | |
| <executions> | |
| <execution> | |
| <id>test</id> | |
| <goals> | |
| <goal>test</goal> | |
| </goals> | |
| <configuration> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <junitxml>.</junitxml> | |
| <filereports>SparkTestSuite.txt</filereports> | |
| <argLine>-ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <stderr /> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>__not_used__</test.src.tables> | |
| </systemProperties> | |
| <tagsToExclude /> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <reportsDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/surefire-reports</reportsDirectory> | |
| <junitxml>.</junitxml> | |
| <filereports>SparkTestSuite.txt</filereports> | |
| <argLine>-ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m</argLine> | |
| <stderr /> | |
| <environmentVariables> | |
| <SPARK_DIST_CLASSPATH>${test_classpath}</SPARK_DIST_CLASSPATH> | |
| <SPARK_PREPEND_CLASSES>1</SPARK_PREPEND_CLASSES> | |
| <SPARK_SCALA_VERSION>2.11</SPARK_SCALA_VERSION> | |
| <SPARK_TESTING>1</SPARK_TESTING> | |
| <JAVA_HOME>/Library/Java/JavaVirtualMachines/jdk1.8.0_66.jdk/Contents/Home</JAVA_HOME> | |
| </environmentVariables> | |
| <systemProperties> | |
| <log4j.configuration>file:src/test/resources/log4j.properties</log4j.configuration> | |
| <derby.system.durability>test</derby.system.durability> | |
| <java.awt.headless>true</java.awt.headless> | |
| <java.io.tmpdir>/Users/joshrosen/Documents/spark2/common/sketch/target/tmp</java.io.tmpdir> | |
| <spark.test.home>${session.executionRootDirectory}</spark.test.home> | |
| <spark.testing>1</spark.testing> | |
| <spark.ui.enabled>false</spark.ui.enabled> | |
| <spark.ui.showConsoleProgress>false</spark.ui.showConsoleProgress> | |
| <spark.unsafe.exceptionOnMemoryLeak>true</spark.unsafe.exceptionOnMemoryLeak> | |
| <test.src.tables>__not_used__</test.src.tables> | |
| </systemProperties> | |
| <tagsToExclude /> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-jar-plugin</artifactId> | |
| <version>2.6</version> | |
| <executions> | |
| <execution> | |
| <id>default-jar</id> | |
| <phase>package</phase> | |
| <goals> | |
| <goal>jar</goal> | |
| </goals> | |
| <configuration> | |
| <archive> | |
| <manifest> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>prepare-test-jar</id> | |
| <phase>prepare-package</phase> | |
| <goals> | |
| <goal>test-jar</goal> | |
| </goals> | |
| <configuration> | |
| <excludes> | |
| <exclude>log4j.properties</exclude> | |
| </excludes> | |
| <archive> | |
| <manifest> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <archive> | |
| <manifest> | |
| <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries> | |
| <addDefaultImplementationEntries>true</addDefaultImplementationEntries> | |
| </manifest> | |
| </archive> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-javadoc-plugin</artifactId> | |
| <version>2.10.3</version> | |
| <configuration> | |
| <additionalparam>-Xdoclint:all -Xdoclint:-missing</additionalparam> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-clean-plugin</artifactId> | |
| <version>3.0.0</version> | |
| <executions> | |
| <execution> | |
| <id>default-clean</id> | |
| <phase>clean</phase> | |
| <goals> | |
| <goal>clean</goal> | |
| </goals> | |
| <configuration> | |
| <filesets> | |
| <fileset> | |
| <directory>work</directory> | |
| </fileset> | |
| <fileset> | |
| <directory>checkpoint</directory> | |
| </fileset> | |
| <fileset> | |
| <directory>lib_managed</directory> | |
| </fileset> | |
| </filesets> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <filesets> | |
| <fileset> | |
| <directory>work</directory> | |
| </fileset> | |
| <fileset> | |
| <directory>checkpoint</directory> | |
| </fileset> | |
| <fileset> | |
| <directory>lib_managed</directory> | |
| </fileset> | |
| </filesets> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-resources-plugin</artifactId> | |
| <version>2.6</version> | |
| <executions> | |
| <execution> | |
| <id>default-testResources</id> | |
| <phase>process-test-resources</phase> | |
| <goals> | |
| <goal>testResources</goal> | |
| </goals> | |
| </execution> | |
| <execution> | |
| <id>default-resources</id> | |
| <phase>process-resources</phase> | |
| <goals> | |
| <goal>resources</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-compiler-plugin</artifactId> | |
| <version>3.5.1</version> | |
| <executions> | |
| <execution> | |
| <id>default-compile</id> | |
| <phase>compile</phase> | |
| <goals> | |
| <goal>compile</goal> | |
| </goals> | |
| <configuration> | |
| <compilerArgs combine.children="append"> | |
| <arg>-Xlint:all,-serial,-path</arg> | |
| <arg>-bootclasspath</arg> | |
| <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| <arg>-XDignore.symbol.file</arg> | |
| </compilerArgs> | |
| <source>1.7</source> | |
| <target>1.7</target> | |
| <encoding>UTF-8</encoding> | |
| <maxmem>1024m</maxmem> | |
| <fork>true</fork> | |
| </configuration> | |
| </execution> | |
| <execution> | |
| <id>default-testCompile</id> | |
| <phase>test-compile</phase> | |
| <goals> | |
| <goal>testCompile</goal> | |
| </goals> | |
| <configuration> | |
| <compilerArgs combine.children="append"> | |
| <arg>-Xlint:all,-serial,-path</arg> | |
| <arg>-bootclasspath</arg> | |
| <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| <arg>-XDignore.symbol.file</arg> | |
| </compilerArgs> | |
| <source>1.7</source> | |
| <target>1.7</target> | |
| <encoding>UTF-8</encoding> | |
| <maxmem>1024m</maxmem> | |
| <fork>true</fork> | |
| </configuration> | |
| </execution> | |
| </executions> | |
| <configuration> | |
| <compilerArgs combine.children="append"> | |
| <arg>-Xlint:all,-serial,-path</arg> | |
| <arg>-bootclasspath</arg> | |
| <arg>/Library/Java/JavaVirtualMachines/jdk1.7.0_79.jdk/Contents/Home/jre/lib/rt.jar</arg> | |
| <arg>-XDignore.symbol.file</arg> | |
| </compilerArgs> | |
| <source>1.7</source> | |
| <target>1.7</target> | |
| <encoding>UTF-8</encoding> | |
| <maxmem>1024m</maxmem> | |
| <fork>true</fork> | |
| </configuration> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-install-plugin</artifactId> | |
| <version>2.5.2</version> | |
| <executions> | |
| <execution> | |
| <id>default-install</id> | |
| <phase>install</phase> | |
| <goals> | |
| <goal>install</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| <plugin> | |
| <artifactId>maven-deploy-plugin</artifactId> | |
| <version>2.8.2</version> | |
| <executions> | |
| <execution> | |
| <id>default-deploy</id> | |
| <phase>deploy</phase> | |
| <goals> | |
| <goal>deploy</goal> | |
| </goals> | |
| </execution> | |
| </executions> | |
| </plugin> | |
| </plugins> | |
| </build> | |
| <reporting> | |
| <outputDirectory>/Users/joshrosen/Documents/spark2/common/sketch/target/site</outputDirectory> | |
| </reporting> | |
| </project> | |
| [INFO] ------------------------------------------------------------------------ | |
| [INFO] BUILD SUCCESS | |
| [INFO] ------------------------------------------------------------------------ | |
| -[INFO] Total time: 1.217 s | |
| -[INFO] Finished at: 2016-06-09T00:33:21-07:00 | |
| +[INFO] Total time: 1.092 s | |
| +[INFO] Finished at: 2016-06-09T00:33:29-07:00 | |
| [INFO] Final Memory: 34M/437M | |
| [INFO] ------------------------------------------------------------------------ |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Produced with the following command: