Java spark2
这两个语句有什么区别-
Dataset<Row> Data;
Data.repartition(new Column("key" )) ;
and
Data.repartition(Data.col("key" ) ;
千巷猫影
相关分类