PySpark Plaso  Release 2019
A tool for distributed extraction of timestamps from various files using extractors adapted from the Plaso engine to Apache Spark.
Public Member Functions | Static Public Attributes | List of all members
plaso.tarzan.dfvfs2.hdfs_path_spec.HDFSPathSpec Class Reference
Inheritance diagram for plaso.tarzan.dfvfs2.hdfs_path_spec.HDFSPathSpec:
Inheritance graph
[legend]
Collaboration diagram for plaso.tarzan.dfvfs2.hdfs_path_spec.HDFSPathSpec:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, location=None, **kwargs)
 

Static Public Attributes

 TYPE_INDICATOR = definitions.TYPE_INDICATOR_HDFS
 

Detailed Description

HDFS path specification.

Constructor & Destructor Documentation

◆ __init__()

def plaso.tarzan.dfvfs2.hdfs_path_spec.HDFSPathSpec.__init__ (   self,
  location = None,
**  kwargs 
)
Initializes a path specification. Note that the HDFS path specification cannot have a parent.
:param location: HDFS specific location URI string, e.g., "hdfs://hadoop@namenode:8020/test_data"
:raises ValueError: when location is not set or parent is set

Member Data Documentation

◆ TYPE_INDICATOR

plaso.tarzan.dfvfs2.hdfs_path_spec.HDFSPathSpec.TYPE_INDICATOR = definitions.TYPE_INDICATOR_HDFS
static

The documentation for this class was generated from the following file: