File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 12
12
``` bash
13
13
mvn -Plocal clean package
14
14
```
15
- to build a desired flavor of [ datacooker-etl-cli .jar] ( ./datacooker-etl-cli/target/datacooker-etl-cli .jar ) .
15
+ to build a desired flavor of [ datacooker-etl.jar] ( ./datacooker-etl-cli/target/datacooker-etl.jar ) .
16
16
17
17
Currently supported version of EMR is 7.2. For local debugging, Ubuntu 22.04 is recommended (either native or inside WSL).
18
18
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cells indicate unsupported modes.
21
21
To familiarize with CLI command line, just invoke artifact with ` -h ` as lone argument:
22
22
23
23
``` bash
24
- java -jar datacooker-etl-cli .jar -h
24
+ java -jar datacooker-etl.jar -h
25
25
```
26
26
27
27
If its output is similar to
@@ -133,7 +133,7 @@ OPTIONS
133
133
134
134
To generate an HTML file with highlighted syntax from the ETL script file, call the supplementary ` Highlighter ` utility:
135
135
``` bash
136
- java -cp ./datacooker-etl-cli .jar io.github.pastorgl.datacooker.cli.Highlighter /path/to/script.tdl > output.html
136
+ java -cp ./datacooker-etl.jar io.github.pastorgl.datacooker.cli.Highlighter /path/to/script.tdl > output.html
137
137
```
138
138
139
139
### Exit Codes
Original file line number Diff line number Diff line change 225
225
<addDefaultImplementationEntries >true</addDefaultImplementationEntries >
226
226
</manifest >
227
227
</archive >
228
- <finalName >datacooker-etl-cli </finalName >
228
+ <finalName >datacooker-etl</finalName >
229
229
</configuration >
230
230
<executions >
231
231
<execution >
You can’t perform that action at this time.
0 commit comments