Hello guys, i'm already facing a problem on using ...
# beginners-need-help
y
Hello guys, i'm already facing a problem on using Kedro through Pycharm and SSH connexion to cloudera plateform. I create a project with kedro 0.15.9 on Cloudera Plateform and using spark 2.4 and it works fine on the cloudera plateform (Cloudera Data Science Workbench). Now i'm trying to use the project but with using Pycharm and connecting from ssh tunnel to the CDSW. Now i'm facing a problem when a i run the kedro project and this is the error that i get: 2022-07-04 20:02:03,165 - py4j.java_gateway - ERROR - An error occurred while trying to connect to the Java server (127.0.0.1:35327) Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/py4j/java_gateway.py", line 958, in _get_connection connection = self.deque.pop() IndexError: pop from an empty deque During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/py4j/java_gateway.py", line 1096, in start self.socket.connect((self.address, self.port)) ConnectionRefusedError: [Errno 111] Connection refused