You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Apache Spark (Jira)" <ji...@apache.org> on 2020/05/18 09:08:00 UTC

[jira] [Assigned] (SPARK-31748) Document resource module in PySpark doc and rename/move classes

     [ https://issues.apache.org/jira/browse/SPARK-31748?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Apache Spark reassigned SPARK-31748:
------------------------------------

    Assignee: Apache Spark

> Document resource module in PySpark doc and rename/move classes
> ---------------------------------------------------------------
>
>                 Key: SPARK-31748
>                 URL: https://issues.apache.org/jira/browse/SPARK-31748
>             Project: Spark
>          Issue Type: Improvement
>          Components: PySpark, Spark Core
>    Affects Versions: 3.0.0
>            Reporter: Hyukjin Kwon
>            Assignee: Apache Spark
>            Priority: Major
>
> SPARK-29641 and SPARK-28234 added new pyspark.resrouce module.
> It should be documented as it's an API.
> Also, the current structure is as follows:
> {code}
> pyspark
> ├── resource
> │   ├── executorrequests.py
> │   │   ├── class ExecutorResourceRequest 
> │   │   └── class ExecutorResourceRequests
> │   ├── taskrequests.py
> │   │   ├── class TaskResourceRequest 
> │   │   └── class TaskResourceRequests
> │   ├── resourceprofilebuilder.py
> │   │   └── class ResourceProfileBuilder
> │   ├── resourceprofile.py
> │   │   └── class ResourceProfile
> └── resourceinformation
>     └── class ResourceInformation
> {code}
> Might better put into fewer and simpler modules.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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