You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2016/02/24 08:20:14 UTC

incubator-zeppelin git commit: Use spark_cassandra_connection 1.5.0

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master 5ef7d745e -> 0264ddb47


Use spark_cassandra_connection 1.5.0

Update dependency to release version of spark-cassandra-connector.

Author: Fawad Halim <fa...@uptake.com>

Closes #743 from fhalim/features/use_spark_cassandra_1.5 and squashes the following commits:

083e7b1 [Fawad Halim] Bumped up dependency to 1.5.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/0264ddb4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/0264ddb4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/0264ddb4

Branch: refs/heads/master
Commit: 0264ddb472dbfdd0becc5428d78f5fad168c2726
Parents: 5ef7d74
Author: Fawad Halim <fa...@uptake.com>
Authored: Tue Feb 23 10:46:58 2016 -0600
Committer: Lee moon soo <mo...@apache.org>
Committed: Tue Feb 23 23:23:48 2016 -0800

----------------------------------------------------------------------
 spark-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/0264ddb4/spark-dependencies/pom.xml
----------------------------------------------------------------------
diff --git a/spark-dependencies/pom.xml b/spark-dependencies/pom.xml
index 0c091c3..05100ab 100644
--- a/spark-dependencies/pom.xml
+++ b/spark-dependencies/pom.xml
@@ -491,7 +491,7 @@
         <dependency>
           <groupId>com.datastax.spark</groupId>
           <artifactId>spark-cassandra-connector_${scala.binary.version}</artifactId>
-          <version>1.5.0-RC1</version>
+          <version>1.5.0</version>
           <exclusions>
             <exclusion>
               <groupId>org.joda</groupId>