[
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: [~maoling],Thank you for testing.I also encountered your problem, then I
skipped the check license . You can try HBASE-21135, I tested it solved
HBase-Shaded Module, but there are still problems in Apache HBase - Shaded -
MapReduce on the Windows OS.
{code:java}
[INFO] Apache HBase - Shaded .............................. SUCCESS [ 1.115 s]
[INFO] Apache HBase - Shaded - Client (with Hadoop bundled) SUCCESS [ 30.302 s]
[INFO] Apache HBase - Shaded - Client ..................... SUCCESS [ 28.375 s]
[INFO] Apache HBase - Shaded - MapReduce .................. FAILURE [ 6.677 s]
[INFO] Apache HBase - External Block Cache ................ SKIPPED
[INFO] Apache HBase - Assembly ............................ SKIPPED
[INFO] Apache HBase Shaded Packaging Invariants ........... SKIPPED
[INFO] Apache HBase Shaded Packaging Invariants (with Hadoop bundled) SKIPPED
[INFO] Apache HBase - Archetypes .......................... SKIPPED
[INFO] Apache HBase - Exemplar for hbase-client archetype . SKIPPED
[INFO] Apache HBase - Exemplar for hbase-shaded-client archetype SKIPPED
[INFO] Apache HBase - Archetype builder ................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 08:59 min
[INFO] Finished at: 2018-12-29T11:25:09+08:00
[INFO] Final Memory: 217M/967M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M1:enforce
(check-aggregate-license) on project hbase-shaded-mapreduce: Some Enforcer
rules have failed. Look above for specific messages explaining why the rule
failed. -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
{code})
> 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)