mortar 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Required parameters:
|
|
5
5
|
*
|
|
6
|
-
* -
|
|
7
|
-
* -
|
|
6
|
+
* - INPUT_PATH Input path for script data (e.g. s3n://hawk-example-data/tutorial/excite.log.bz2)
|
|
7
|
+
* - OUTPUT_PATH Output path for script data (e.g. s3n://my-output-bucket/<%= project_name %>)
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -32,4 +32,4 @@ rmf $OUTPUT_PATH;
|
|
|
32
32
|
-- store the results
|
|
33
33
|
STORE with_udf_output
|
|
34
34
|
INTO '$OUTPUT_PATH'
|
|
35
|
-
USING PigStorage('\t');
|
|
35
|
+
USING PigStorage('\t');
|
data/lib/mortar/version.rb
CHANGED