Use the following CFN template to launch the resources needed in your AWS account.
The stack will deploy Redshift serverless endpoint(workgroup-xxxxxxx) and also a provisioned cluster(consumercluster-xxxxxxxxxx). This demo works on both serverless and provisioned cluster.
Client Tool
This demo utilizes the Redshift web-based Query Editor v2. Navigate to the Query editor v2.
Below credentials should be used for both the Serverless endpoint (workgroup-xxxxxxx) as well as the provisioned cluster (consumercluster-xxxxxxxxxx).
User Name: awsuser
Password: Awsuser123
Prerequisites:
Need EMR provisioned server with release version of 6.9.0 or higher with applications pig 0.17.0 or higher , Jupyterhub 1.4.1 or higher, JupyterEnterpriseGateway 2.6.0 or higher and Spark 3.3.0 or higher.
Create EMR note books (pyspark module) and update livy configuration file to connect to EMR cluster.