You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/07/15 20:29:09 UTC

[spark] branch master updated (b05f309 -> c28a6fa)

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

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


    from b05f309  [SPARK-32140][ML][PYSPARK] Add training summary to FMClassificationModel
     add c28a6fa  [SPARK-29292][SQL][ML] Update rest of default modules (Hive, ML, etc) for Scala 2.13 compilation

No new revisions were added by this update.

Summary of changes:
 .../spark/examples/ml/JavaTokenizerExample.java    |  4 ++--
 .../org/apache/spark/examples/SparkKMeans.scala    |  8 ++++++-
 .../apache/spark/sql/avro/SchemaConverters.scala   |  4 ++--
 .../spark/sql/kafka010/KafkaOffsetReader.scala     |  2 +-
 .../sql/kafka010/KafkaMicroBatchSourceSuite.scala  |  4 ++--
 .../main/scala/org/apache/spark/ml/Estimator.scala |  2 +-
 .../spark/ml/clustering/GaussianMixture.scala      | 28 +++++++++++-----------
 .../org/apache/spark/ml/feature/RobustScaler.scala |  4 ++--
 .../org/apache/spark/ml/feature/Word2Vec.scala     |  2 +-
 .../scala/org/apache/spark/ml/param/params.scala   |  2 +-
 .../spark/mllib/api/python/PythonMLLibAPI.scala    |  8 +++----
 .../spark/mllib/clustering/BisectingKMeans.scala   |  2 +-
 .../spark/mllib/clustering/GaussianMixture.scala   | 10 ++++----
 .../org/apache/spark/mllib/fpm/PrefixSpan.scala    |  2 +-
 .../org/apache/spark/mllib/rdd/SlidingRDD.scala    |  2 +-
 .../apache/spark/mllib/tree/impurity/Entropy.scala |  2 +-
 .../apache/spark/mllib/tree/impurity/Gini.scala    |  2 +-
 .../spark/mllib/tree/impurity/Variance.scala       |  2 +-
 .../apache/spark/mllib/util/NumericParser.scala    |  8 +++----
 .../spark/ml/clustering/BisectingKMeansSuite.scala |  4 ++--
 .../apache/spark/ml/clustering/KMeansSuite.scala   | 12 +++++-----
 .../ml/evaluation/ClusteringEvaluatorSuite.scala   |  2 +-
 .../apache/spark/ml/feature/NormalizerSuite.scala  | 12 +++++-----
 .../apache/spark/ml/recommendation/ALSSuite.scala  | 12 +++++-----
 .../spark/sql/hive/HiveExternalCatalog.scala       |  8 +++----
 .../org/apache/spark/sql/hive/HiveInspectors.scala |  4 ++--
 .../spark/sql/hive/HiveMetastoreCatalog.scala      |  4 ++--
 .../org/apache/spark/sql/hive/HiveUtils.scala      |  4 ++--
 .../spark/sql/hive/client/HiveClientImpl.scala     | 24 +++++++++----------
 .../apache/spark/sql/hive/client/HiveShim.scala    | 10 ++++----
 .../spark/sql/hive/execution/HiveOptions.scala     |  2 +-
 .../sql/hive/execution/HiveTableScanExec.scala     |  2 +-
 .../scala/org/apache/spark/sql/hive/hiveUDFs.scala |  4 ++--
 .../spark/sql/hive/HiveShowCreateTableSuite.scala  |  2 +-
 .../apache/spark/sql/hive/StatisticsSuite.scala    |  2 +-
 .../spark/sql/hive/execution/HiveDDLSuite.scala    |  2 +-
 36 files changed, 106 insertions(+), 102 deletions(-)


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