xuqinya created HBASE-21656:
-------------------------------

             Summary: hbase-commom build failed on Windows7 using Cygwin 
                 Key: HBASE-21656
                 URL: https://issues.apache.org/jira/browse/HBASE-21656
             Project: HBase
          Issue Type: Bug
            Reporter: xuqinya


The command whoami and hostname returns the content followed by a character(\r),
otherwise the generated file Version.java failed to compile.
{code:java}
@InterfaceAudience.Private
public class Version {
  public static final String version = "3.0.0-SNAPSHOT";
  public static final String revision = 
"f32d2618430f70e1b0db92785294b2c7892cc02b";
  public static final String user = "xuqinya-PC\\xuqinya
";
  public static final String date = "Fri Dec 28 12:39:49     2018";
  public static final String url = "git://xuqinya-PC
/cygdrive/e/gitwork/hbase";
  public static final String srcChecksum = "88f3dc17f75ffda6176faa649593b54e";
}
{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to