FWIW - StreamSets and Kafka Connect both have the ability to write data to Kudu without right code.
Disclaimer - I work at a StreamSets and Confluent partner. On Mon, Jul 10, 2017 at 9:40 AM, Jean-Daniel Cryans <[email protected]> wrote: > (sending to user@ and putting dev@ in bcc) > > Hi, > > Kudu by itself doesn't really have file loading capabilities, you'd have to > write your own code that reads a file and then uses either the Java or C++ > API to insert the data. > > Hope this helps, > > J-D > > On Mon, Jul 10, 2017 at 1:55 AM, sky <[email protected]> wrote: > > > Hi all, > > Kudu how to load data from a file? I know that kudu can insert data > > from impala , but is there any other way? Not through impala, executed by > > kudu alone. > > Thanks. >
