Why does GenericOptionParser also remove -Dprop=value options (without setting the system properties)? Those are not hadoop options but java options. And why does hadoop jar not accept -Dprop=value before the class name, as java does? like "hadoop jar -Dprop=value class" How do i set java system properties with hadoop jar? Thx! Koert
- GenericOptionsParser Koert Kuipers
- Re: GenericOptionsParser Harsh J
- Re: GenericOptionsParser Steve Loughran
