Skip to content

Commit

Permalink
[SPARK-19574][ML][DOCUMENTATION] Fix Liquid Exception: Start indices …
Browse files Browse the repository at this point in the history
…amount is not equal to end indices amount

### What changes were proposed in this pull request?
```
Liquid Exception: Start indices amount is not equal to end indices amount, see /Users/xiao/IdeaProjects/sparkDelivery/docs/../examples/src/main/java/org/apache/spark/examples/ml/JavaTokenizerExample.java. in ml-features.md
```

So far, the build is broken after merging #16789

This PR is to fix it.

## How was this patch tested?
Manual

Author: Xiao Li <gatorsmile@gmail.com>

Closes #16908 from gatorsmile/docMLFix.
  • Loading branch information
gatorsmile authored and srowen committed Feb 13, 2017
1 parent 2bdbc87 commit 855a1b7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@
// col("...") is preferable to df.col("...")
import static org.apache.spark.sql.functions.callUDF;
import static org.apache.spark.sql.functions.col;
// $example off
// $example off$

public class JavaTokenizerExample {
public static void main(String[] args) {
Expand Down

0 comments on commit 855a1b7

Please sign in to comment.