Hello Folks, any suggestion on this issue ? Already tried debugging guide and found no issues with the setup. To enable profiling on s3 parquet dataset do I have to do any additional setup that i am missing ?
witty-television-74309
11/10/2022, 4:28 PM
Answering my own question.
Setup : quick start docker images on an EC2 instance
Issue : unable to profile on s3, error : insecure Py4J ..
Resolution:
• Installed jre11 : sudo apt-get install openjdk-11-jre-headless
• export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64
• sudo ln -s /usr/bin/python3 /usr/bin/python
witty-television-74309
11/10/2022, 4:28 PM
It worked for me with those changes
a
astonishing-answer-96712
11/10/2022, 5:12 PM
Hi Upendra, thank you for following up here, this will be really helpful to any experiencing this issue in the future 🙂