Create phoenix table with dataframe

前端 未结 0 588
攒了一身酷
攒了一身酷 2021-01-24 02:47

I have the following code which create a DataFrame and write it to Phoenix:

  val df = Seq("A", "A").toDF("COL1")
  val phoenixOptio         


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