Skip to content

Commit

Permalink
remove creatin /usr/local/spark link from configure.sh. This link wil…
Browse files Browse the repository at this point in the history
…l be creates by private-pkg

(cherry picked from commit 211bfe4)
  • Loading branch information
dsergeevmapr authored and Mikhail Gorbov committed Jan 2, 2018
1 parent e95dcba commit cb58cac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions external/maprdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,21 +75,25 @@
<groupId>com.mapr.db</groupId>
<artifactId>maprdb</artifactId>
<version>5.2.2-mapr</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mapr.db</groupId>
<artifactId>maprdb-mapreduce</artifactId>
<version>5.2.2-mapr</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ojai</groupId>
<artifactId>ojai</artifactId>
<version>1.1-mapr-1703</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ojai</groupId>
<artifactId>ojai-scala</artifactId>
<version>1.1-mapr-1703</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mapr</groupId>
Expand All @@ -107,21 +111,25 @@
<groupId>com.mapr.db</groupId>
<artifactId>maprdb</artifactId>
<version>6.0.0-mapr-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mapr.db</groupId>
<artifactId>maprdb-mapreduce</artifactId>
<version>6.0.0-mapr-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ojai</groupId>
<artifactId>ojai</artifactId>
<version>2.0-mapr-1707-beta</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ojai</groupId>
<artifactId>ojai-scala</artifactId>
<version>2.0-mapr-1707-beta</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.mapr</groupId>
Expand Down

0 comments on commit cb58cac

Please sign in to comment.