@@ -30,7 +30,8 @@ Compatible with Spark 2.
3030
3131### HdfsHelper:
3232
33- The full list of methods is available at [ HdfsHelper] ( http://xavierguihot.com/spark_helper/#com.spark_helper.HdfsHelper$ ) .
33+ The full list of methods is available at
34+ [ HdfsHelper] ( http://xavierguihot.com/spark_helper/#com.spark_helper.HdfsHelper$ ) .
3435
3536Contains basic file-related methods mostly based on hdfs apache Hadoop
3637FileSystem API [ org.apache.hadoop.fs.FileSystem] ( https://hadoop.apache.org/docs/r2.6.1/api/org/apache/hadoop/fs/FileSystem.html ) .
@@ -69,7 +70,8 @@ HdfsHelper.purgeFolder("hdfs/path/to/folder", 10)
6970
7071### SparkHelper:
7172
72- The full list of methods is available at [ SparkHelper] ( http://xavierguihot.com/spark_helper/#com.spark_helper.SparkHelper$ ) .
73+ The full list of methods is available at
74+ [ SparkHelper] ( http://xavierguihot.com/spark_helper/#com.spark_helper.SparkHelper$ ) .
7375
7476Contains basic file/RRD-related methods based on the Spark APIs.
7577
100102
101103### DateHelper:
102104
103- The full list of methods is available at [ DateHelper] ( http://xavierguihot.com/spark_helper/#com.spark_helper.DateHelper$ ) .
105+ The full list of methods is available at
106+ [ DateHelper] ( http://xavierguihot.com/spark_helper/#com.spark_helper.DateHelper$ ) .
104107
105108Wrapper around [ joda-time] ( http://www.joda.org/joda-time/apidocs/ ) for
106109data-mining classic dates manipulations.
@@ -122,8 +125,8 @@ assert(DateHelper.nDaysAfterDate(3, "20170307") == "20170310")
122125
123126### Monitor:
124127
125- Have a look at the [ scaladoc ] ( http://xavierguihot.com/spark_helper/#com.spark_helper.Monitor )
126- for a cool exemple.
128+ The full list of methods is available at
129+ [ scaladoc ] ( http://xavierguihot.com/spark_helper/#com.spark_helper.Monitor$ )
127130
128131It's a simple logger/report which contains a report that one can update from
129132the driver and a success state. The idea is to persist job executions logs and
0 commit comments