Dear Team, In Java, Please suggest me way to write ORC File from text file delimited by comma without using Hive. With Hive : To create ORC FIle From Text File 1. Load Text file in Hive Table. 2. Create ORCTable stored as orc select * from TextTable(CTAS). I need to create ORC File from Text File without Creating above Temp Tables. Regards Vengatesh Babu