How do you connect remotely to AWS EMR Presto from Python using pyhive? I am currently using Hue to run queries, but I would like to run queries directly from Pythin and use the results in further computations.
I connected to the master node using ssh and ran the queries there. However, I would like to do this remotely.