How to create local spark session with mockito for unit test

前端 未结 0 614
天命终不由人
天命终不由人 2021-01-03 06:41

I have a method which has statement that reads csv file and returns RDD as:

public void method(DataFrameReader sparkDataFrameReader){

    JavaRDD          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题