Add new column from ArrayList of Integer to CSV with Spark - Java

后端 未结 0 1465
野性不改
野性不改 2020-12-02 18:50

I want to add a new column of values get from an array of Integers to a CSV read by Spark.

SQLContext context = new SQLContext(spark);
StructType customSchema         


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