You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Wang Xu (JIRA)" <ji...@apache.org> on 2010/11/16 23:43:14 UTC

[jira] Created: (HADOOP-7038) saveVersion script includes an additional \r while running whoami under windows

saveVersion script includes an additional \r while running whoami under windows
-------------------------------------------------------------------------------

                 Key: HADOOP-7038
                 URL: https://issues.apache.org/jira/browse/HADOOP-7038
             Project: Hadoop Common
          Issue Type: Bug
          Components: build
         Environment: Windows 7 / Eclipse 
            Reporter: Wang Xu
            Assignee: Wang Xu
            Priority: Minor


I built common under windows occasionally, and found it failed because the 'user' in build/src/o/a/h/package-info.java is "myhostmyname^M".

It seems because the whoami of windows give a string with '\n\r' rather than '\n' only. thus I add an additional tr for it to eliminate the problem.

Since only windows would generate '\n\r' output, I think it won't harm to any other platform.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.