HadoopFileSystemLogStore¶
HadoopFileSystemLogStore is an extension of the LogStore abstraction for Hadoop DFS-based log stores.
Implementations¶
- AzureLogStore
- HDFSLogStore
- LocalLogStore
- S3SingleDriverLogStore
Creating Instance¶
HadoopFileSystemLogStore takes the following to be created:
-
SparkConf(Apache Spark) - Hadoop Configuration
Abstract Class
HadoopFileSystemLogStore is an abstract class and cannot be created directly. It is created indirectly for the concrete HadoopFileSystemLogStores.