0

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.

Please find queries here: Hive queries Spark queries

Lamanus
  • 12,898
  • 4
  • 21
  • 47
Nano
  • 5
  • 1
  • 5

1 Answers1

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