I am able to read hive external table using spark-shell but, when I try to read data from hive managed table it only shows column names.
Asked
Active
Viewed 626 times
1 Answers
0
Could you please try using database name as well along with table name?
sql(select * from db_name.test_managed)
If still result is same, request you to please share output of describe formatted for both the tables.

shashank
- 50
- 4