Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example: Recipe Database - !gunzip command not working #67

Closed
marco-vene opened this issue Apr 5, 2017 · 5 comments
Closed

Example: Recipe Database - !gunzip command not working #67

marco-vene opened this issue Apr 5, 2017 · 5 comments

Comments

@marco-vene
Copy link

Hi,

I am trying to reproduce the code at page 184 of the book (Chapter 3).

!curl -O http://openrecipes.s3.amazonaws.com/recipeitems-latest.json.gz

!gunzip recipeitems-latest.json.gz

the second command to unzip the file gives me the error:
'gunzip' is not recognized as an internal or external command,
operable program or batch file.

How can I unzip the file?
Thanks,

Marco

@marco-vene
Copy link
Author

Actually I just saw the adderss: http://openrecipes.s3.amazonaws.com/recipeitems-latest.json.gz does not contain the correct file.

@jakevdp
Copy link
Owner

jakevdp commented Apr 5, 2017

Yes, it seems that the original file was removed, so the script downloads a 404 error page (which fails on gunzip). See #62

@jakevdp jakevdp closed this as completed Apr 21, 2017
@wulj2
Copy link

wulj2 commented Apr 11, 2018

https://github.com/sameergarg/scala-elasticsearch/blob/master/conf/recipeitems-latest.json.gz

@Vic-ade
Copy link

Vic-ade commented Jul 24, 2022

thanks @wulj2

@tuananh0622
Copy link

thank you! @wulj2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants