Skip to main content
Version: 0.3.x

Importing Data

Importing from HDFS

ByConity also supports importing data from either a local source or HDFS, as shown in the following example:

INSERT INTO [db.]table [(c1, c2, c3)] FORMAT format_name INFILE 'hdfs://ip:port/file_name'