You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/03/30 17:02:51 UTC

[GitHub] [spark] dungdm93 opened a new pull request #28075: fix bash comparison error in Docker entrypoint.sh

dungdm93 opened a new pull request #28075: fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075
 
 
   ### What changes were proposed in this pull request?
   A small change to fix an error in Docker `entrypoint.sh`
   
   ### Why are the changes needed?
   When spark running on Kubernetes, I got the following logs:
   ```log
   + '[' -n ']'
   + '[' -z ']'
   ++ /bin/hadoop classpath
   /opt/entrypoint.sh: line 62: /bin/hadoop: No such file or directory
   + export SPARK_DIST_CLASSPATH=
   + SPARK_DIST_CLASSPATH=
   ```
   This is because you are missing some quotes on bash comparisons.
   
   ### Does this PR introduce any user-facing change?
   No
   
   ## How was this patch tested?
   CI

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606260447
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25314/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606236949
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
SparkQA removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606226202
 
 
   **[Test build #120609 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120609/testReport)** for PR 28075 at commit [`7b6a2c9`](https://github.com/apache/spark/commit/7b6a2c9fe8249e9c1d77884217a1f59ea2d09d5a).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606225875
 
 
   ok to test

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606123363
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606227266
 
 
   Thank you for your first contribution, @dungdm93 .

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #28075: fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #28075: fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606122718
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606236949
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606236953
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120609/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606226202
 
 
   **[Test build #120609 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120609/testReport)** for PR 28075 at commit [`7b6a2c9`](https://github.com/apache/spark/commit/7b6a2c9fe8249e9c1d77884217a1f59ea2d09d5a).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606236794
 
 
   **[Test build #120609 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/120609/testReport)** for PR 28075 at commit [`7b6a2c9`](https://github.com/apache/spark/commit/7b6a2c9fe8249e9c1d77884217a1f59ea2d09d5a).
    * This patch passes all tests.
    * This patch merges cleanly.
    * This patch adds no public classes.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606260443
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606236953
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/120609/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606250419
 
 
   Kubernetes integration test starting
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/25314/
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
SparkQA commented on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606260426
 
 
   Kubernetes integration test status success
   URL: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder-K8s/25314/
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606260447
 
 
   Test PASSed.
   Refer to this link for build results (access rights to CI server needed): 
   https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder-K8s/25314/
   Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins commented on issue #28075: fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins commented on issue #28075: fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606123363
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] dongjoon-hyun closed pull request #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
dongjoon-hyun closed pull request #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075
 
 
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #28075: fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #28075: fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606122718
 
 
   Can one of the admins verify this patch?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org


[GitHub] [spark] AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh

Posted by GitBox <gi...@apache.org>.
AmplabJenkins removed a comment on issue #28075: [SPARK-29574][K8S][FOLLOWUP] Fix bash comparison error in Docker entrypoint.sh
URL: https://github.com/apache/spark/pull/28075#issuecomment-606260443
 
 
   Merged build finished. Test PASSed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org