You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by rx...@apache.org on 2014/01/28 01:27:05 UTC

[1/2] git commit: modified SparkPluginBuild.scala to use https protocol for accessing github.

Updated Branches:
  refs/heads/master f16c21e22 -> 3d5c03e23


modified SparkPluginBuild.scala to use https protocol for accessing github.


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/6a5af7b7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/6a5af7b7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/6a5af7b7

Branch: refs/heads/master
Commit: 6a5af7b7d8104eece8d251992d958dec1e358dec
Parents: c40619d
Author: sarutak <sa...@oss.nttdata.co.jp>
Authored: Mon Jan 27 17:00:26 2014 +0900
Committer: sarutak <sa...@oss.nttdata.co.jp>
Committed: Mon Jan 27 17:00:26 2014 +0900

----------------------------------------------------------------------
 project/project/SparkPluginBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/6a5af7b7/project/project/SparkPluginBuild.scala
----------------------------------------------------------------------
diff --git a/project/project/SparkPluginBuild.scala b/project/project/SparkPluginBuild.scala
index 6a66bd1..4853be2 100644
--- a/project/project/SparkPluginBuild.scala
+++ b/project/project/SparkPluginBuild.scala
@@ -20,5 +20,5 @@ import sbt._
 object SparkPluginDef extends Build {
   lazy val root = Project("plugins", file(".")) dependsOn(junitXmlListener)
   /* This is not published in a Maven repository, so we get it from GitHub directly */
-  lazy val junitXmlListener = uri("git://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce")
+  lazy val junitXmlListener = uri("https://github.com/ijuma/junit_xml_listener.git#fe434773255b451a38e8d889536ebc260f4225ce")
 }


[2/2] git commit: Merge pull request #516 from sarutak/master

Posted by rx...@apache.org.
Merge pull request #516 from sarutak/master

modified SparkPluginBuild.scala to use https protocol for accessing gith...

We cannot build Spark behind a proxy although we execute sbt with -Dhttp(s).proxyHost -Dhttp(s).proxyPort -Dhttp(s).proxyUser -Dhttp(s).proxyPassword options.
It's because of using git protocol to clone junit_xml_listener.git.
I could build after modifying SparkPluginBuild.scala.

I reported this issue to JIRA.
https://spark-project.atlassian.net/browse/SPARK-1046


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/3d5c03e2
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/3d5c03e2
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/3d5c03e2

Branch: refs/heads/master
Commit: 3d5c03e2305777b8a32f2e196e3b73ab221b3e79
Parents: f16c21e 6a5af7b
Author: Reynold Xin <rx...@apache.org>
Authored: Mon Jan 27 16:27:01 2014 -0800
Committer: Reynold Xin <rx...@apache.org>
Committed: Mon Jan 27 16:27:01 2014 -0800

----------------------------------------------------------------------
 project/project/SparkPluginBuild.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------