Re: Can we bulk insert without using physical partition column/folder in hdfs?

2019-04-16 Thread Vinoth Chandar
Hi Umesh, Could you share the exact error? Also have you tried using com.uber.hoodie.NonpartitionedKeyGenerator.class as the key generator class? >> Is string allowed as time key column? Sorry not fully following. Please clarify. Thanks Vinoth On Tue, Apr 16, 2019 at 11:02 AM Umesh Kacha wrote

Can we bulk insert without using physical partition column/folder in hdfs?

2019-04-16 Thread Umesh Kacha
Hi I am trying to bulk insert using the following code but I dont have partitioned directory so I just skipped that configuration. It throws some databricks Avro schema exception? Is string allowed as time key column? Please guide. df1.write .format("com.uber.hoodie") .option(DataSourc