Re: Hive ORC Malformed while loading into spark data frame

2015-10-03 Thread Umesh Kacha
;>>> Zhan Zhang >>>>> >>>>> >>>>> Sent from my iPhone >>>>> >>>>> > On Sep 29, 2015, at 1:47 PM, unk1102 wrote: >>>>> > >>>>> > Hi I have a spark job which creates hive tables

Re: Hive ORC Malformed while loading into spark data frame

2015-10-03 Thread Umesh Kacha
: >>>> > >>>> > Hi I have a spark job which creates hive tables in orc format with >>>> > partitions. It works well I can read data back into hive table using >>>> hive >>>> > console. But if I try further process orc files g

Re: Hive ORC Malformed while loading into spark data frame

2015-09-29 Thread Umesh Kacha
But if I try further process orc files generated by Spark job >>> by >>> > loading into dataframe then I get the following exception >>> > Caused by: java.io.IOException: Malformed ORC file >>> > hdfs://l

Re: Hive ORC Malformed while loading into spark data frame

2015-09-29 Thread Umesh Kacha
ob >> by >> > loading into dataframe then I get the following exception >> > Caused by: java.io.IOException: Malformed ORC file >> > hdfs://localhost:9000/user/hive/warehouse/partorc/part_tiny.txt. Invalid >> > postscript. >> > >> > Dataframe d

Re: Hive ORC Malformed while loading into spark data frame

2015-09-29 Thread Hortonworks
gt; >> > Dataframe df = hiveContext.read().format("orc").load(to/path); >> > >> > Please guide. >> > >> > >> > >> > -- >> > View this message in context: >> > http://apache-spark-user-list.1001560.n3.nabble

Re: Hive ORC Malformed while loading into spark data frame

2015-09-29 Thread Umesh Kacha
tscript. > > > > Dataframe df = hiveContext.read().format("orc").load(to/path); > > > > Please guide. > > > > > > > > -- > > View this message in context: > http://apache-spark-user-lis

Re: Hive ORC Malformed while loading into spark data frame

2015-09-29 Thread Hortonworks
ormed ORC file > hdfs://localhost:9000/user/hive/warehouse/partorc/part_tiny.txt. Invalid > postscript. > > Dataframe df = hiveContext.read().format("orc").load(to/path); > > Please guide. > > > > -- > View this message in context: > http://apache-spa

Hive ORC Malformed while loading into spark data frame

2015-09-29 Thread unk1102
m/Hive-ORC-Malformed-while-loading-into-spark-data-frame-tp24876.html Sent from the Apache Spark User List mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@spark.apache.org For additional commands, e-ma