Hi, I'm writing hive results to a file with 1. HIVE command line client 2. Via jdbc (Java app or Squirrel)
First of all, all created files are equal – same content, md5sum equal … But the file naming is different: 1. created via hive command line the name is "000000_0" 2. Created via jdbc (Java app or Squirrel) the name is "000000_0.avro" Does anyone of you know where the extension ".avro" is coming from My hive-sql statements looks like this: "insert overwrite local directory '/some/local/path/result * from some_table;" Thanks in advance! Regards, Nebo
