Setting up Dev Endpoint using Apache Zeppelin with AWS Glue

Nitor Infotech Private Limited
4 min readApr 2, 2021

AWS Glue is a powerful tool that is managed, relieving you of the hassle associated with maintaining the infrastructure. It is hosted by AWS and offers Glue as Serverless ETL, which converts the code into Python/Scala and execute it in Spark environment.

AWS Glue provisions all the required resources (Spark cluster) at runtime to execute the Spark Job which it takes ~7–10 mins and then starts executing your actual ETL code. To reduce this time AWS Glues provides Development endpoint, which can be configured in Apache Zeppelin (provisioned with the spark environment) to interactively, run, debug and test ETL code before deploying as Glue job or scheduling the ETL process.

In order to successfully set up the Dev Endpoint on AWS Glue, first let us understand some of its prerequisites:

  1. An IAM Role for the Glue Dev Endpoint with the necessary policies. E.g.: AWSGlueServiceRole
  2. Table in Glue Data Catalog and the necessary connection
  3. I am assuming that you know your way around VPC networking, security groups, etc., E.g.: The Dev Endpoint requires a security group that allows the port 22, since we need that for the SSH tunneling.

Further, we can move on to the process involved in setting up the Dev Endpoint on AWS Glue. Here’s how it goes:

  • Create an SSL Key Pair
  • You can create it using PuTTyGen tool or you can create it under AWS EC2 -> Network & Security -> Key Pairs
  • You need the Public Key which should look like:
  • You will need the Private Key in .ppk format. If you’re using PuTTYgen, you will get it in the .ppk format whereas in case of EC2 you will get the file in .pem format and you will have to convert it into .ppk using the PuTTygen conversion tool.
  • Make sure that the file has permissions of 400 or 600 — in case of Linux whereas in case of windows follow the below steps:
  • Right click on PEM file > Properties > Security > Advanced.
  • Make sure that you are the owner of the file and have disabled the inheritance (once you have disabled it, it will look like below screenshot)
  • In Development endpoint name: Give it any name; IAM Role: Select the role which you’ve created; and Click Next.
  • Choose “Skip Networking Information” if you have S3 data stores, otherwise you can select the rest two as per your instances or security groups. Click Next.

a. Create SSH tunnel using PuTTY:

b. Using SSH:

  • Zeppelin Notebook:
  1. Download the Zeppelin Notebook 0.7.3 version.
  2. Unzip the file and copy the folder under C: Drive.
  3. Go to localhost:8080
  4. On the top-right corner, click anonymous > interpreter > Search for spark > edit
  5. Have Connect to existing process checked
  6. Set host to localhost and port to 9007
  7. Under properties, set master to yarn-client
  8. Remove executor.memory and spark.driver.memory properties if they exist.
  9. Save, Ok.
  • Write your first Glue program:
  1. Under Notebook, create Notebook > select Spark Interpreter
  2. Try your program and execute it.

And with that, your AWS Glue is up and running. Obviously this was just scratching the surface. There is a lot more to learn but I’ll cover those in another blog.

Reach out to us at Nitor Infotech to learn more about how you can deploy AWS Glue to simplify your ETL work, and if you’re in the mood for some light reading, you can take a look at a blog that I had penned down about AWS Redshift PartiQL.

--

--

Nitor Infotech Private Limited

Software product development services company that builds world-class products & solutions by combining cutting-edge technologies for web, Cloud, data & devices