SBT test does not work for spark test

后端 未结 5 749
误落风尘
误落风尘 2021-01-04 21:17

I have a simple spark function to test DF windowing:

    import org.apache.spark.sql.{DataFrame, SparkSession}

    object ScratchPad {

      def main(args:         


        
5条回答
  •  心在旅途
    2021-01-04 21:32

    By default hive use two Metastores first one meta store service, and second the database called by default metastore_db and it uses derby. so i think you have to install and configure derby with hive. But i have not seen the use of hive in your code. I hope my answer help you

提交回复
热议问题