[
https://issues.apache.org/jira/browse/HBASE-21656?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
xuqinya updated HBASE-21656:
----------------------------
Comment: was deleted
(was: [~nihaljain.cs] , I did not say it clearly, HBASE-21135 is ok in
branch-2, The result above is failure in master.)
> 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
> Assignee: xuqinya
> Priority: Major
> Attachments: HBASE-21656.master.0001.patch
>
>
> 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)