Code Monkey home page Code Monkey logo

beg-apache-spark-using-azure-databricks's Introduction

Apress Source Code

This repository accompanies Beginning Apache Spark Using Azure Databricks by Robert Ilijason (Apress, 2020).

Cover image

Download the files as a zip using the green button, or clone the repository to your machine using Git.

Releases

Release v1.0 corresponds to the code in the published book, without corrections or updates.

Contributions

See the file Contributing.md for more information on how you can contribute to this repository.

beg-apache-spark-using-azure-databricks's People

Contributors

markp88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

beg-apache-spark-using-azure-databricks's Issues

Missing Patreon Information

Documentation is missing Patreon information for sending author beer and financial rewards. This book helped transform my career. Please advise.

[Errno 2] No such file or directory: ' /tmp/f1.zip'

Running the code below will result in the above error.

from requests import get
with open(' /tmp/f1.zip', "wb") as file:
  response = get("http://ergast.com/downloads/f1db_csv.zip")
  file.write(response.content)

Where to get the sample data

Hi,
Book looks good (purchased through Amazon) but where do we download the sample data referenced in the book?

FileNotFoundError: [Errno 2] /dbfs/fileone.csv

I'm trying to transfer my csv file from databricks to sftp but i'm getting file not found error.
here is my code:

file_size = sftp.stat("/dbfs/fileone.csv").st_size
with open("/dbfs/fileone.csv", "rb") as fl:
return self.putfo(fl, target_copied, file_size, callback, confirm)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.