Created 03-31-2017 06:06 PM
Importing a notebook from URL throws "Unable to Fetch URL Error"
http://<hostname>:<port>/#/notebook/<notebook_id> is the URL I was trying to import. Anyone knows what might be wrong here?
Created 03-31-2017 06:13 PM
This feature means the external URL and not any other zeppelin instance. There may be many failure points like other zeppelin instance might have authentication enabled or firewalls etc. If you wish to import from another zeppelin instance, then you can export the notebook from there as json and import that notebook in this zeppelin instance as json.
Created 03-31-2017 06:13 PM
This feature means the external URL and not any other zeppelin instance. There may be many failure points like other zeppelin instance might have authentication enabled or firewalls etc. If you wish to import from another zeppelin instance, then you can export the notebook from there as json and import that notebook in this zeppelin instance as json.
Created 03-31-2017 08:51 PM
That helped. I tried to import directly from the Web URL instead of a json file. Thanks @Kshitij Badani
Created 03-31-2017 06:15 PM
What is the size of your notebook? Is it too large?