Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Ask a Question
Which of the following file formats are supported by Spark ?
Home
Spark Preliminaries
Which of the following file formats are supported by Spark ?
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
Q:
Which of the following file formats are supported by Spark ?
spark-preliminaries
1
Answer
0
votes
answered
Sep 16, 2022
by
sharadyadav1986
All the options
Related questions
+1
vote
Q: Which of the following is NOT a characteristic shared by Hadoop and Spark?
asked
Sep 16, 2022
in
Spark Preliminaries
by
kamalkhandelwal29
spark-preliminaries
spark
hadoop
+1
vote
Q: By default Spark uses which algorithm to remove old and unused RDD to release more memory.
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark
rdd
spark-preliminaries
+1
vote
Q: Which of the following is true of running a Spark application on Hadoop YARN?
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
+1
vote
Q: Spark can integrate with which of the following data storage systems?
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
0
votes
Q: Which of the following application types can Spark run in addition to batch-processing jobs?
asked
Sep 16, 2022
in
Spark Preliminaries
by
kamalkhandelwal29
spark-preliminaries
application-types
batch-processing
0
votes
Q: Apache spark has which of the following capabilities?
asked
Sep 16, 2022
in
Spark Preliminaries
by
kamalkhandelwal29
spark-preliminaries
spark
capabilities
0
votes
Q: What kind of data can be handled by Spark ?
asked
Sep 16, 2022
in
Spark Preliminaries
by
kamalkhandelwal29
spark-preliminaries
data
+1
vote
Q: Which is not a Storage level in Spark ?
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
storage
spark
+1
vote
Q: Which tells spark how and where to access a cluster
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
+1
vote
Q: To launch a Spark application in any one of the four modes(local, standalone, MESOS or YARN) use
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
spark-applications
+1
vote
Q: Spark supports loading data from Hbase.
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
+1
vote
Q: An instance of the Spark SQL execution engine that integrates with data stored in Hive:
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
spark-sql
0
votes
Q: RDD is in spark
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
rdd
spark-preliminaries
0
votes
Q: Spark can store its data in?
asked
Sep 16, 2022
in
Spark Preliminaries
by
kamalkhandelwal29
spark-preliminaries
spark
data-storage
0
votes
Q: What year was Apache Spark made an open source technology?
asked
Sep 16, 2022
in
Spark Preliminaries
by
kamalkhandelwal29
spark-preliminaries
apache-spark
technology
0
votes
Q: Which of the following is true of caching the RDD ?
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark
rdd
caching
spark-preliminaries
+1
vote
Q: Which of the following Scala statement would be most appropriate to load the data (sfpd.txt) into an RDD? Assume that SparkContext is available as the variable “sc” and SQLContext as the variable “sqlContext.”
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
0
votes
Q: What are the file formats supported by Apache Spark?
asked
Mar 29, 2022
in
Apache Spark
by
sharadyadav1986
apache-spark-file-format
0
votes
Q: Which is responsible for task scheduling and memory management ?
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
memory-management
0
votes
Q: Which action returns all the elements of the dataset as an array.
asked
Sep 16, 2022
in
Spark Preliminaries
by
sharadyadav1986
spark-preliminaries
...