Giter VIP home page Giter VIP logo

apache-spark-internals's People

Contributors

cube2222 avatar devian-ua avatar ganeshkumar269 avatar jaceklaskowski avatar konrad-garus avatar krishnakalyan3 avatar linbojin avatar sdmarek avatar xkx9431 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apache-spark-internals's Issues

Pipeline custom stages

It would be great if a page about implementing custom stages (estimator transformer ) for a spark pipeline could be added to this great book. So far I could not find great documentation for this task.

Mention executor memory

Executor memory is not mentioned, so people who set worker memory too low can have the Spark shell or a Spark application fail to allocate resources on the workers. The default for SPARK_EXECUTOR_MEMORY is 1024m; it can be suggested to set this a lower value.

conf/spark-env.sh:

SPARK_EXECUTOR_MEMORY=500m

some_spark_app.scala:

val conf = new SparkConf()
    // ...
    .set("spark.executor.memory", "500m")

One or more of these files can have such mentions:

  • spark-standalone.adoc
  • spark-shell.adoc
  • spark-first-app.adoc

Recommend to use a plugin for generating "Treeview" for each article in the book

gitbook-treeview is a Gitbook plugin designed for generating structures for articles of a book. As the following picture shown, the main structure of a whole article has been clearly shown before contents, and each title has also been directed to a corresponding part. Mastering Apache Spark 2 is a large book, which has integrated with Gitbook, and I hope that the plugin can helps to enhance readability. If you like it, I hope you can star my project too, and thanks for your appreciations. As for the picture, it's an article named "Asynchronous Programming" in my personal wiki book.

gitbook treeview

Real chapters like

From Elie:

It looks nicer but personally, I miss "real chapter like" navigation on the left. i.e 1. Spark Core 2. Spark Mllib 3. Deployments, etc.a

rdd.filter() does not preserve partitioning?

Hi, thanks for writing the notebooks.

In the introduction to RDD partitioning you mention that the filter operation does not preserve partitioning. But I'm looking at the source code where I see that MapPartitionsRDD is instantiated with preservesPartitioning = true.

Doesn't this conflict your statement?

Build (pdf?) for offline reading

Hey,

is it possible to build an HTML or PDF (preferred) version of this book for offline reading? What would be the process to do that?

Thanks

want know if there are some plan to support multi language ?

hi @jaceklaskowski ,
this is a great resource for learning and dive into spark. Thanks a lot for your book.
I want know if we can support multi language or plan in the future?
if so, I want participate in these works.

And also, is this book will be commercial used ? I mean we need pay to access?
Otherwise I can try to do something in my local for Chinese version translation, of course this need your allowed firstly.
I just a spark learner, no commercial attempt.

Thanks & Regards,
Kevin

BroadcastFactory not up to date

Hi,

I am starting reading Spark source code, and I have found that the newBroadcast in the trait BroadcastFactory in the documentation is missing the serializedOnly param.

a small remark :)

I will push the MR to update it.

BTW: very nice and helpful descriptions

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.