[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-03-02 Thread jerryshao
Github user jerryshao closed the pull request at: https://github.com/apache/spark/pull/17083 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-03-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17083#discussion_r104070712 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -330,7 +330,7 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-03-02 Thread jerryshao
Github user jerryshao commented on a diff in the pull request: https://github.com/apache/spark/pull/17083#discussion_r104064675 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -330,7 +330,7 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-03-02 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17083#discussion_r103997560 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -330,7 +330,7 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-02-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17083#discussion_r103278713 --- Diff: core/src/main/scala/org/apache/spark/ui/JettyUtils.scala --- @@ -378,7 +378,8 @@ private[spark] object JettyUtils extends Logging {

[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-02-27 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/17083#discussion_r103279006 --- Diff: core/src/test/scala/org/apache/spark/ui/UISuite.scala --- @@ -267,8 +267,11 @@ class UISuite extends SparkFunSuite {

[GitHub] spark pull request #17083: [SPARK-19750][UI][branch-2.1] Fix redirect issue ...

2017-02-27 Thread jerryshao
GitHub user jerryshao opened a pull request: https://github.com/apache/spark/pull/17083 [SPARK-19750][UI][branch-2.1] Fix redirect issue from http to https ## What changes were proposed in this pull request? If spark ui port (4040) is not set, it will choose port number 0,