Skip to content

Commit 5c6b084

Browse files
committed
Fix doc link
1 parent 3f9a25d commit 5c6b084

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

3536
Contains basic file-related methods mostly based on hdfs apache Hadoop
3637
FileSystem 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

7476
Contains basic file/RRD-related methods based on the Spark APIs.
7577

@@ -100,7 +102,8 @@ RDD(
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

105108
Wrapper around [joda-time](http://www.joda.org/joda-time/apidocs/) for
106109
data-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

128131
It's a simple logger/report which contains a report that one can update from
129132
the driver and a success state. The idea is to persist job executions logs and

0 commit comments

Comments
 (0)