We have a requirement when we need appednd ORC files. I tried to do this, but nothing worked. In addition, org.apache.hadoop.hive.ql.io.orc.WriterImpl of ORC does not have an append API. Do I need to add ORC files? (More specifically, the use of JAVA)
source share