Details
-
Bug
-
Status: Resolved
-
Low
-
Resolution: Duplicate
-
None
-
None
-
AWS running Centos 5.6 using Sun build 1.6.0_24-b07
-
Low
Description
Apologies if I haven't entered everything correctly, first bug posted to an apache project for me.
The code switches between getenv and getproperty when it should be getenv in both places. This makes it impossible to use the system property.
widerows = DEFAULT_WIDEROW_INPUT;
if (System.getenv(PIG_WIDEROW_INPUT) != null)
widerows = Boolean.valueOf(System.getProperty(PIG_WIDEROW_INPUT));