Created on 07-25-2016 03:18 PM - edited 08-18-2019 06:26 AM
I am using the 0.60 Zeppelin binaries and I have enabled authentication using the directions here. In Firefox 41.0.1 (on OS X 10.11.5), as well as in Safari, I am seeing the expected behavior where users are required to login (the Login UI element renders in the upper right corner).
However, in Chrome 51.0.2704, this Login button does not render and I see no way to log in. I also see the following message in the Developer Console: http://127.0.0.1:9995/api/login Failed to load resource: the server responded with a status of 500 (Server Error). I am not seeing any errors in Firefox.
Should this be logged as an issue?
Chrome:
Firefox:
Created 07-25-2016 07:20 PM
@slachterman - In zeppelin-site.xml, try changing "zeppelin.server.addr" to the actual IP address of the host where it is running. Restart zeppelin and let us know how it goes!
Created 07-25-2016 07:20 PM
@slachterman - In zeppelin-site.xml, try changing "zeppelin.server.addr" to the actual IP address of the host where it is running. Restart zeppelin and let us know how it goes!
Created 07-25-2016 07:27 PM
I am running this on the HDP Sandbox VM. I changed zeppelin.server.addr to sandbox.hortonworks.com, which is the /etc/hosts entry that points to 127.0.0.1 on my machine, and this resolved the issue in Chrome.