Description
When I run the record translator with a pathname, the path name is not stripped. So for example:
% bin/rcc --language c++ foo/bar/bat.jr
generates:
foo/bar/bat.jr.hh (instead of ./bat.jr.hh)
and the first line is #ifndef _FOO/BAR/BAT_JR_HH_
the first was unexpected and the second is clearly wrong.
Attachments
Attachments
Issue Links
- incorporates
-
HADOOP-246 the record-io generated c++ has wrong comments
- Closed