mortar 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -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