LiJie20190102 opened a new issue, #8215:
URL: https://github.com/apache/hudi/issues/8215

   **_Tips before filing an issue_**
   
   - Have you gone through our [FAQs](https://hudi.apache.org/learn/faq/)?
   
   - Join the mailing list to engage in conversations and get faster support at 
[email protected].
   
   - If you have triaged this as a bug, then file an 
[issue](https://issues.apache.org/jira/projects/HUDI/issues) directly.
   
   **Describe the problem you faced**
   
   I use HoodieDeltaStreamer to continuously receive data from kafka and 
synchronize it to hive, but when I use the spark-shell to query table data, I 
find that the table data has not changed.
   
   **To Reproduce**
   
   Steps to reproduce the behavior:
   
   1. Prepare Kafka's topic and continuously produce data
   2. Utilize hudi-utilities-bundle_2.12-0.13.0.jar continuously receives data 
from Kafka and synchronizes it to hive
   3.  Using spark-shell queries: spark.sql("select * from 
test_aa").show(10,false)
   
   **Expected behavior**
   In the spark-shell, each time you execute "select * from test_aa", the 
latest data in the query table is queried
   
   
   **Environment Description**
   
   * Hudi version : 2.12-0.13.0
   
   * Spark version : 3.2.3
   
   * Hive version : 3.1.3
   
   * Hadoop version : 3.3.4
   
   * Storage (HDFS/S3/GCS..) : hdfs
   
   * Running on Docker? (yes/no) : no
   
   
   **Additional context**
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```Add the stacktrace of the error.```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to