Agile_Data_Code_2
Agile_Data_Code_2 copied to clipboard
Code for Agile Data Science 2.0, O'Reilly 2017, Second Edition
This initially fails because the Java sdk is unavailable. I have a local zip file of the sdk and made some changes to the docker file so that it can...
Hi, While running the ec2_create_tunnel.sh file I am getting the following error: ./agile_data_science.pem: invalid format The error is preventing the creation of channels Please advise, Paul
After running ec2.sh, I ran the ec2_create_tunnel.sh command, and got this result: $ ./ec2_create_tunnel.sh This script will create an ssh tunnel between the ec2 host's port 5000 and your local...
Experiencing issues getting started and running the ec2.sh script. I'm running in terminal on mac os 10.15.7. I installed jq successfully without error messages. However, when I run the script,...
Same issue again. Running EC2 instance by using ec2.sh, after connecting the error message: 'ERROR: JAVA_HOME /usr/lib/jvm/java-8-oracle does not exist.' shows up. Seems all application depends on Java is not...
Hi @rjurney , I don't know if you're still supporting Vagrant, but in case you are, the kafka_2.11-2.1.1.tgz file is no longer working. I replaced it for curl -Lko /tmp/kafka_2.11-2.1.1.tgz...
Failed to connect to https://changelogs.ubuntu.com/meta-release. Check your Internet connection or proxy settings ubuntu@ip:~$ sudo apt update Err:1 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu cosmic InRelease Could not connect to ap-south-1.ec2.archive.ubuntu.com:80 (54.248.204.122), connection timed out Could...
Cannot find the `../data/on_time_performance.jsonl.gz/` file while running the notebook. There's no command to downloaded this file in either `./download.sh` or `./ch04/download.sh` There's also no command to write this file in...
Please find below all the out of the Exercise. The step 10 is successful, the step 11 fails. Also fails the "Loading and Inspecting Parquet Files" find the output below....
the curl in the book is `curl -XGET 'localhost:9200/agile_data_science/airplanes/_search?q=*'` which is incorrect. "airplanes" should not be plural, but singular. Correct line is: `curl -XGET 'localhost:9200/agile_data_science/airplane/_search?q=*'`