Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUPPORT] Does Hudi support incremental changes view in HoodieReadClient #1101

Closed
Akshay2Agarwal opened this issue Dec 12, 2019 · 2 comments
Closed

Comments

@Akshay2Agarwal
Copy link

I am not seeing any support for begin time for incremental view in HoodieReadClient. Does it support the incremental view?

I was trying out Read Client of Hudi (hudi-client/src/main/java/org/apache/hudi/HoodieReadClient.java) but did not get method to perform time based queries using the same.

To Reproduce

Steps to reproduce the behavior:

  1. Go to hudi-client/src/main/java/org/apache/hudi/HoodieReadClient.java
  2. There is only readROView method and did not have support for creating incremental view

Environment Description

  • Hudi version : 0.5.0-incubating

  • Spark version : 2.4.4

  • Hive version : 2.3.6

  • Hadoop version : 2.8.5

  • Storage (HDFS/S3/GCS..) : S3

  • Running on Docker? (yes/no) : no

@vinothchandar
Copy link
Member

@Akshay2Agarwal IncrementalView is supported via a DataSource or SQL (with some configs)... Does that work for you? https://hudi.apache.org/querying_data.html#spark-incr-pull

@Akshay2Agarwal
Copy link
Author

Sure I used that, instead of HoodieReadClient.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants