[GitHub] [hudi] rahulpoptani commented on issue #2180: [SUPPORT] Unable to read MERGE ON READ table with Snapshot option using Databricks.

2020-10-29 Thread GitBox
rahulpoptani commented on issue #2180: URL: https://github.com/apache/hudi/issues/2180#issuecomment-719191806 @bvaradar I was able to successfully perform read and write operations with OSS Spark and HDFS. But facing issues only in Databricks environment. Are there any plans to add guide

[GitHub] [hudi] rahulpoptani commented on issue #2180: [SUPPORT] Unable to read MERGE ON READ table with Snapshot option using Databricks.

2020-10-27 Thread GitBox
rahulpoptani commented on issue #2180: URL: https://github.com/apache/hudi/issues/2180#issuecomment-717699035 Yes @bvaradar This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [hudi] rahulpoptani commented on issue #2180: [SUPPORT] Unable to read MERGE ON READ table with Snapshot option using Databricks.

2020-10-27 Thread GitBox
rahulpoptani commented on issue #2180: URL: https://github.com/apache/hudi/issues/2180#issuecomment-717046074 @vinothchandar I'm not facing jetty issue but I gave the master built a try and got another issue while reading (both snapshot and read optimized) Here is the error:

[GitHub] [hudi] rahulpoptani commented on issue #2180: [SUPPORT] Unable to read MERGE ON READ table with Snapshot option using Databricks.

2020-10-21 Thread GitBox
rahulpoptani commented on issue #2180: URL: https://github.com/apache/hudi/issues/2180#issuecomment-714236090 @vinothchandar We are actually trying to read using Spark 2.x . I'm not sure how it's linked to 1760. This error we are getting only in Databricks, and not in other environments.

[GitHub] [hudi] rahulpoptani commented on issue #2180: [SUPPORT] Unable to read MERGE ON READ table with Snapshot option using Databricks.

2020-10-19 Thread GitBox
rahulpoptani commented on issue #2180: URL: https://github.com/apache/hudi/issues/2180#issuecomment-712585912 I used a different environment where I used Spark 2.4.5 with Scala 2.12 and I was able to successfully perform Insert/Upsert/Deletes and Read on Merge-On-Read table type.

[GitHub] [hudi] rahulpoptani commented on issue #2180: [SUPPORT] Unable to read MERGE ON READ table with Snapshot option using Databricks.

2020-10-18 Thread GitBox
rahulpoptani commented on issue #2180: URL: https://github.com/apache/hudi/issues/2180#issuecomment-711553274 @bvaradar The Jar I'm using is an Uber jar with Spark dependency included. Looks like the databricks environment may be the cause of these errors. I tried to run locally on my