Skip to content

Instantly share code, notes, and snippets.

View Pragith's full-sized avatar
🎯
Focusing

Pragith Pragith

🎯
Focusing
View GitHub Profile
@Pragith
Pragith / README.md
Created May 3, 2018 05:24 — forked from leonardofed/README.md
A curated list of AWS resources to prepare for the AWS Certifications


A curated list of AWS resources to prepare for the AWS Certifications

A curated list of awesome AWS resources you need to prepare for the all 5 AWS Certifications. This gist will include: open source repos, blogs & blogposts, ebooks, PDF, whitepapers, video courses, free lecture, slides, sample test and many other resources.

OP: @leonardofed founder @ plainflow.


@Pragith
Pragith / PlunkerInstallationGuide.md
Created March 21, 2016 05:24 — forked from WilHall/PlunkerInstallationGuide.md
Plunker Installation Guide
# Download Spark 1.4 from http://spark.apache.org/downloads.html
#
# Download the nyc flights dataset as a CSV from https://s3-us-west-2.amazonaws.com/sparkr-data/nycflights13.csv
# Launch SparkR using
# ./bin/sparkR --packages com.databricks:spark-csv_2.10:1.0.3
# The SparkSQL context should already be created for you as sqlContext
sqlContext
# Java ref type org.apache.spark.sql.SQLContext id 1