I have a Cloudera cluster installed with Anaconda, I can access the cluster with SSO authentication. The cluster is using 8888 as Hue's port.
I can start jupyter notebook with a specific port, however it looks no process is running with that port, here is the detail: ./jupyter notebook --*port 8880* I see the following: [W 12:50:17.566 NotebookApp] Unrecognized JSON config file version, assuming version 1 [I 12:50:19.010 NotebookApp] [nb_conda_kernels] enabled, 2 kernels found [I 12:50:19.235 NotebookApp] ✓ nbpresent HTML export ENABLED [W 12:50:19.235 NotebookApp] ✗ nbpresent PDF export DISABLED: No module named 'nbbrowserpdf' [I 12:50:19.322 NotebookApp] [nb_anacondacloud] enabled [I 12:50:19.327 NotebookApp] [nb_conda] enabled [I 12:50:19.335 NotebookApp] Serving notebooks from local directory: /opt/cloudera/parcels/Anaconda3-4.1.2/bin [I 12:50:19.335 NotebookApp] 0 active kernels [I 12:50:19.335 NotebookApp] The Jupyter Notebook is running at: *http://localhost:8880/ <http://localhost:8880/>* [I 12:50:19.335 NotebookApp] Use Control-C to stop this server and shut down all kernels (twice to skip confirmation). [W 12:50:19.336 NotebookApp] No web browser found: could not locate runnable browser. Now, leave it running there I open my browser, I type in both http or https://*myhostname:8880* but not able to open. I then checked from another session on this host to see if 8880 is open, here is the command: netstat | grep 8880 It doesn't show any process So what should I do now? Thank you very much. -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/c86070ed-94d2-421e-aca5-ac6ec5c151aa%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
