Skip to content

Commit

Permalink
Modifying evolution image in Big data course (linkedin#48)
Browse files Browse the repository at this point in the history
Co-authored-by: Aditya Kamat <akamat@akamat-mn1.linkedin.biz>
  • Loading branch information
GiVeMeRoOt and Aditya Kamat committed Dec 9, 2020
1 parent e06dc62 commit e6b13b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions courses/big_data/evolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,24 @@
![Pig Example](images/pig_example.png)

Output:
```mysql
```
7,Komal,Nayak,24,9848022334,trivendram
8,Bharathi,Nambiayar,24,9848022333,Chennai
5,Trupthi,Mohanthy,23,9848022336,Bhuwaneshwar
6,Archana,Mishra,23,9848022335,Chennai
```

3. [**Spark**](https://spark.apache.org/)
1. Spark provides primitives for in-memory cluster computing that allows user programs to load data into a cluster’s memory and query it repeatedly, making it well suited to machine learning algorithms.
4. [**Presto**](https://prestodb.io/)
1. Presto is a high performance, distributed SQL query engine for Big Data.
2. Its architecture allows users to query a variety of data sources such as Hadoop, AWS S3, Alluxio, MySQL, Cassandra, Kafka, and MongoDB.
3. Example presto query:
```mysql
use studentDB;
show tables;
SELECT roll_no, name FROM studentDB.studentDetails where section=’A’ limit 5;
```
```
use studentDB;
show tables;
SELECT roll_no, name FROM studentDB.studentDetails where section=’A’ limit 5;
```
</br>

# Data Serialisation and storage
Expand Down
Binary file modified courses/big_data/images/hadoop_evolution.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6b13b6

Please sign in to comment.