0 votes
in Hadoop by
What is streaming access?

2 Answers

0 votes
by

Data is not read as chunks or packets but rather comes in at a constant bit rate. The application starts reading data from the beginning of the file and continues in a sequential manner.

0 votes
by
As HDFS works on the principle of ‘Write Once, Read Many‘, the feature of streaming access is extremely important in HDFS. HDFS focuses not so much on storing the data but how to retrieve it at the fastest possible speed, especially while analyzing logs. In HDFS, reading the complete data is more important than the time taken to fetch a single record from the data.

Related questions

0 votes
asked Nov 6, 2020 in Hadoop by rahuljain1
0 votes
asked Aug 24, 2023 in Apache Superset by Robin
...