Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How can you store the data in spark?



How can you store the data in spark?..

Answer / Satyendra Pratap Singh

Data in Spark can be stored using DataSets (immutable), DataFrames (immutable for structured data), or RDDs (resilient distributed datasets, which can be either immutable or mutable). These storage options allow for efficient processing and manipulation of large-scale data.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Apache Spark Interview Questions

What is cluster in apache spark?

1 Answers  


List the advantage of Parquet file in Apache Spark?

0 Answers  


To use Spark on an existing Hadoop Cluster, do we need to install Spark on all nodes of Hadoop?

1 Answers  


Are spark dataframes distributed?

1 Answers  


What are the features of apache spark?

1 Answers  


How many ways we can create rdd in spark?

1 Answers  


What is vectorized query execution?

1 Answers  


Does spark need hadoop?

1 Answers  


What does MLlib do?

1 Answers  


Describe Spark SQL?

1 Answers  


Can spark be used without hadoop?

1 Answers  


Why is Transformation lazy in Spark?

1 Answers  


Categories