You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by va...@apache.org on 2020/01/14 18:07:46 UTC

[spark] branch master updated (9320011 -> 0c6bd3b)

This is an automated email from the ASF dual-hosted git repository.

vanzin pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git.


    from 9320011  [SPARK-9478][ML][PYSPARK] Add sample weights to Random Forest
     add 0c6bd3b  [SPARK-27142][SQL] Provide REST API for SQL information

No new revisions were added by this update.

Summary of changes:
 .../spark/sql/execution/ui/SQLAppStatusStore.scala |   4 +
 .../status/api/v1/sql/ApiSqlRootResource.scala     |  16 ++--
 .../spark/status/api/v1/sql/SqlResource.scala      | 101 +++++++++++++++++++++
 .../org/apache/spark/status/api/v1/sql/api.scala   |  20 +++-
 4 files changed, 127 insertions(+), 14 deletions(-)
 copy common/unsafe/src/main/java/org/apache/spark/unsafe/KVIterator.java => sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/ApiSqlRootResource.scala (73%)
 create mode 100644 sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/SqlResource.scala
 copy core/src/main/scala/org/apache/spark/metrics/sink/package.scala => sql/core/src/main/scala/org/apache/spark/status/api/v1/sql/api.scala (65%)


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