02 Spark Table & DF Flashcards

1
Q

What does spark dataframe include

A

Includes spark df and spark df api’s

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Dataframe tables layers

A

Storage layer

Metadata layer

Logic layer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Dataframe tables layers

A

Storage layer - stores data

Metadata layer - schema info

Logic layer - provides output

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What are Spark dataframe

A

Same like spark tables

Metadata is not stored in metadata storage instead in run time metadata catalog

This will NOT store permanent and hence metadata stored in runtime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

features of Spark tables

A

Stored data in a file named .dbf

Table schema stored in metadata store

Permanently stored

How well did you know this?
1
Not at all
2
3
4
5
Perfectly