Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Importing Zeppelin notebook from URL does not work

avatar
Explorer

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?

1 ACCEPTED SOLUTION

avatar

@ramya

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.

View solution in original post

3 REPLIES 3

avatar

@ramya

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.

avatar
Explorer

That helped. I tried to import directly from the Web URL instead of a json file. Thanks @Kshitij Badani

avatar
Master Mentor

@ramya

What is the size of your notebook? Is it too large?