Jagadeesh
Jagadeesh

Reputation: 431

Zeppelin in EMR Cluster not listing Catalog tables in AWS glue

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

Answers (1)

Al Belsky
Al Belsky

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

Related Questions