| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| Modifier and Type | Method and Description |
|---|---|
CompileStatus |
Compiler.compile(org.apache.twill.filesystem.Location location)
Compiles the recipe that is supplied in a
Location on HDFS. |
CompileStatus |
Compiler.compile(Path path)
Compiles the recipe that is supplied in a
Path on Filesystem. |
CompileStatus |
Compiler.compile(String recipe)
Compiles the recipe that is supplied in a
String format. |
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.