Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Importing Zeppelin notebook from URL does not work

avatar
New Member

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
New Member

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?