[
https://issues.apache.org/jira/browse/HBASE-21656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16825625#comment-16825625
]
HBase QA commented on HBASE-21656:
----------------------------------
| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue} 0m
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red} 0m 7s{color}
| {color:red} HBASE-21656 does not apply to master. Rebase required? Wrong
Branch? See
https://yetus.apache.org/documentation/in-progress/precommit-patchnames for
help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HBASE-21656 |
| JIRA Patch URL |
https://issues.apache.org/jira/secure/attachment/12953223/HBASE-21656.master.0001.patch
|
| Console output |
https://builds.apache.org/job/PreCommit-HBASE-Build/177/console |
| Powered by | Apache Yetus 0.9.0 http://yetus.apache.org |
This message was automatically generated.
> 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
> Components: build
> Reporter: xuqinya
> Assignee: xuqinya
> Priority: Major
> Labels: cygwin
> 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)