prashanthpdesai edited a comment on issue #1775: URL: https://github.com/apache/hudi/issues/1775#issuecomment-652208979
@bhasudha : we are using master jar . Just an added information vinoth @vinothchandar wanted to share information here ,have created external table manually on the same base path but we see null pointer exception for simple select query. hive> select * from default.part_prd_simple_mmprd limit 5; OK Failed with exception java.io.IOException:java.lang.NullPointerException but by disabling fetch task conversion i was able to query the same table without any exception. hive> **set hive.fetch.task.conversion=none;** hive> select * from default.part_prd_simple_mmprd limit 5; Launching Job 1 out of 1 Number of reduce tasks is set to 0 since there's no reduce operator ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
