record io translator doesn't strip path names
---------------------------------------------
Key: HADOOP-245
URL: http://issues.apache.org/jira/browse/HADOOP-245
Project: Hadoop
Type: Bug
Components: record
Versions: 0.2.1
Reporter: Owen O'Malley
Assigned to: Milind Bhandarkar
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira