When I run zeppelin on AWS, it runs on port 8080, but there is Spark Master, so it says that the port is already in use ... I tried changing the port in zeppelin in the configuration files, in "zeppelin-site.xml.template"
<property> <name>zeppelin.server.port</name> <value>8050</value> <description>Server port.</description> </property>
I did this too in "zeppelin-env.sh.template" by adding the env line for the same port.
When I start zeppelin, I get OK, but if I see open ports, it doesnโt appear anywhere in 8050, so it looks like itโs still trying to deploy port 8080, where Spark Master ...
Someone who got zeppelin without ignoring the changed port?
thanks
apache-spark apache-zeppelin
leandro Latorre
source share