Reputation: 431
I want to use AWS Glue Data Catalog as the Metastore for Spark SQL. I have launched EMR cluster through AWS console as instructed here.
I am able to see all the Glue catalog tables from spark-shell but not from Zeppelin.
Is there any properties need to set in Zeppelin properties configurations??
Thanks in advance.
Upvotes: 2
Views: 639
Reputation: 1592
EMR 5.9.0 has just been released (only 9 hours later!) - it should work for you.
Relevant documentation:
http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-release-components.html
http://docs.aws.amazon.com/emr/latest/ReleaseGuide/emr-spark-glue.html
Upvotes: 1