Hello Folks, any suggestion on this <issue> ? Alre...
# troubleshoot
w
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 ?
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
It worked for me with those changes
a
Hi Upendra, thank you for following up here, this will be really helpful to any experiencing this issue in the future 🙂