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 | |
def | __init__ (self, location=None, **kwargs) |
Static Public Attributes | |
TYPE_INDICATOR = definitions.TYPE_INDICATOR_HDFS | |
HDFS path specification.
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
|
static |