Closed zayKenyon closed 7 months ago
Across the example env and the dev guide there is an inconsistency of which port to use, leading to confusion when trying to connect through SSH. These needs to be standardised, I'm down to PR this just let me know whether it should be 3002 or 3022.
3002
3022
https://github.com/ZeppelinBot/Zeppelin/blob/68a391f4011e6aa78d70b899e23313923d7ca961/.env.example#L45
Choose Connect via SSH and create a new connection: Username: ubuntu Host: 127.0.0.1 Port: 3002
ZDEV-110 Inconsistent Docker Dev Port Number
Follow up, the SSH port cannot take 3002 because that's in use for the dashboard. https://github.com/ZeppelinBot/Zeppelin/blob/68a391f4011e6aa78d70b899e23313923d7ca961/dashboard/serve.js#L14
https://github.com/ZeppelinBot/Zeppelin/commit/bea395982c1319e0c1c996faa45d56fed752cd29
Across the example env and the dev guide there is an inconsistency of which port to use, leading to confusion when trying to connect through SSH. These needs to be standardised, I'm down to PR this just let me know whether it should be
3002
or3022
.https://github.com/ZeppelinBot/Zeppelin/blob/68a391f4011e6aa78d70b899e23313923d7ca961/.env.example#L45