You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,7 +126,7 @@ with additional configuration parameters:
111
126
This will not run reporting, but instead create a Sparklens JSON file for the application which is
112
127
stored in the **spark.sparklens.data.dir** directory (by default, **/tmp/sparklens/**). Note that this will be stored on HDFS by default. To save this file to s3, please set **spark.sparklens.data.dir** to s3 path. This data file can now be used to run Sparklens reporting independently, using `spark-submit` command as follows:
`<filename>` should be replaced by the full path of sparklens json file. If the file is on s3 use the full s3 path. For files on local file system, use file:// prefix with the local file location. HDFS is supported as well.
117
132
@@ -124,11 +139,11 @@ running via `sparklens-json-file` above) with another option specifying that is
124
139
event history file. This file can be in any of the formats the event history files supports, i.e. **text, snappy, lz4
125
140
or lzf**. Note the extra `source=history` parameter in this example:
EventHistoryToSparklensJson is designed to work on local file system only. Please make sure that the source and target directories are on local file system.
0 commit comments