You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by chenqin <gi...@git.apache.org> on 2018/11/17 22:52:39 UTC

[GitHub] spark pull request #23073: [SPARK-26104] expose pci info to task scheduler

GitHub user chenqin opened a pull request:

    https://github.com/apache/spark/pull/23073

    [SPARK-26104] expose pci info to task scheduler

    ## What changes were proposed in this pull request?
    
    (Please fill in changes proposed in this fix)
    
    ## How was this patch tested?
    
    (Please explain how this patch was tested. E.g. unit tests, integration tests, manual tests)
    (If this patch involves UI changes, please attach a screenshot; otherwise, remove this)
    
    Please review http://spark.apache.org/contributing.html before opening a pull request.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/chenqin/spark master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/23073.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #23073
    
----
commit 096ce4c1d85a9fad9a5601bd438f9bee86cad2c1
Author: Chen Qin <cq...@...>
Date:   2018-11-17T22:29:37Z

    expose pci info to task scheduler

----


---

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


[GitHub] spark issue #23073: [SPARK-26104] expose pci info to task scheduler

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/23073
  
    Can one of the admins verify this patch?


---

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


[GitHub] spark issue #23073: [SPARK-26104] expose pci info to task scheduler

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/23073
  
    Can one of the admins verify this patch?


---

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


[GitHub] spark pull request #23073: [SPARK-26104] [Hydrogen] expose pci info to task ...

Posted by chenqin <gi...@git.apache.org>.
Github user chenqin commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23073#discussion_r234453776
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorData.scala ---
    @@ -27,12 +27,14 @@ import org.apache.spark.rpc.{RpcAddress, RpcEndpointRef}
      * @param executorHost The hostname that this executor is running on
      * @param freeCores  The current number of cores available for work on the executor
      * @param totalCores The total number of cores available to the executor
    + * @param pcis The external devices avaliable to the executor
    --- End diff --
    
    fixed


---

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


[GitHub] spark pull request #23073: [SPARK-26104] expose pci info to task scheduler

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23073#discussion_r234431864
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorData.scala ---
    @@ -27,12 +27,14 @@ import org.apache.spark.rpc.{RpcAddress, RpcEndpointRef}
      * @param executorHost The hostname that this executor is running on
      * @param freeCores  The current number of cores available for work on the executor
      * @param totalCores The total number of cores available to the executor
    + * @param pcis The external devices avaliable to the executor
    --- End diff --
    
    available


---

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


[GitHub] spark pull request #23073: [SPARK-26104] [Hydrogen] expose pci info to task ...

Posted by alsrgv <gi...@git.apache.org>.
Github user alsrgv commented on a diff in the pull request:

    https://github.com/apache/spark/pull/23073#discussion_r235238169
  
    --- Diff: core/src/main/scala/org/apache/spark/scheduler/cluster/ExecutorData.scala ---
    @@ -27,12 +27,14 @@ import org.apache.spark.rpc.{RpcAddress, RpcEndpointRef}
      * @param executorHost The hostname that this executor is running on
      * @param freeCores  The current number of cores available for work on the executor
      * @param totalCores The total number of cores available to the executor
    + * @param pcis The external devices available to the executor
    --- End diff --
    
    I would name it a bit more generic than `pcis` since PCI is just an interface name that could change later.


---

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


[GitHub] spark issue #23073: [SPARK-26104] expose pci info to task scheduler

Posted by felixcheung <gi...@git.apache.org>.
Github user felixcheung commented on the issue:

    https://github.com/apache/spark/pull/23073
  
    please put ^ comment into PR description (because comment is not included in commit message once the PR is merged)


---

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


[GitHub] spark issue #23073: [SPARK-26104] expose pci info to task scheduler

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the issue:

    https://github.com/apache/spark/pull/23073
  
    Can one of the admins verify this patch?


---

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