pingcap / tispark

TiSpark is built for running Apache Spark on top of TiDB/TiKV
Apache License 2.0
883 stars 244 forks source link

支持批量导入数据到tikv #2202

Open melin opened 2 years ago

melin commented 2 years ago

tidb 现在支持类似hbase 生成hfile 文件,导入数据吗?nebula 和存储和tidb 类似都是rocksdb,是可以通过spark 生成文件,导入数据。

shiyuhang0 commented 2 years ago

tidb 现在支持类似hbase 生成hfile 文件,导入数据吗?nebula 和存储和tidb 类似都是rocksdb,是可以通过spark 生成文件,导入数据。

Translate to english: Is the TiSpark support load data into TiDB with hfile generate from hbase? As nebula is support load data with file generate from spark, which storage engine is rocksdb just like TiDB

shiyuhang0 commented 2 years ago

Sorry for the late reply. TiSpark can't do this, There are no plans to support ingest with hfile too. Welcome to contribute if you interested in it.