You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2021/01/27 07:03:03 UTC

[GitHub] [druid] AshishKapoor opened a new issue #10804: frontend-maven-plugin issue with mac M1 chip

AshishKapoor opened a new issue #10804:
URL: https://github.com/apache/druid/issues/10804


   Please provide a detailed title (e.g. "Broker crashes when using TopN query with Bound filter" instead of just "Broker crashes").
   
   ### Affected Version
   
   The Druid version 0.20.0 where the problem was encountered.
   
   ### Description
   
   Please include as much detailed information about the problem as possible.
   - Cluster size NA
   - Configurations in use NA
   - Steps to reproduce the problem 
     - try to build druid image on the new M1 mac
   
   - The error message or stack traces encountered. Providing more context, such as nearby log messages or even entire logs, can be helpful.
   ```
   [INFO] ------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] ------------------------------------------------------------------------
   [INFO] Total time:  26.638 s
   [INFO] Finished at: 2021-01-27T12:31:39+05:30
   [INFO] ------------------------------------------------------------------------
   [ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.6:install-node-and-npm (install-node-and-npm) on project druid-console: Could not download Node.js: Got error code 404 from the server. -> [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]
   [ERROR] For more information about the errors and possible solutions, please read the following articles:
   [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
   [ERROR]
   [ERROR] After correcting the problems, you can resume the build with the command
   [ERROR]   mvn <args> -rf :druid-console
   ```
   - Any debugging that you have already done
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] RomChig commented on issue #10804: frontend-maven-plugin issue with mac M1 chip

Posted by GitBox <gi...@apache.org>.
RomChig commented on issue #10804:
URL: https://github.com/apache/druid/issues/10804#issuecomment-829569295


   > Hi everyone, also faced this issue on my mac with m1:
   > node 10.14.1(tried to use latest as well)
   > npm 6.4.1
   > frontend-maven-plugin 1.6
   > Could anyone suggest smth plz ?)
   > I'm not using any proxy
   > Error message: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:install-node-and-npm (install node and npm) on project : Could not download Node.js: Got error code 404 from the server.
   
   changing of frontend-maven-plugin version to 1.11.3 helped me


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] asdf2014 closed issue #10804: frontend-maven-plugin issue with mac M1 chip

Posted by GitBox <gi...@apache.org>.
asdf2014 closed issue #10804:
URL: https://github.com/apache/druid/issues/10804


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] asdf2014 commented on issue #10804: frontend-maven-plugin issue with mac M1 chip

Posted by GitBox <gi...@apache.org>.
asdf2014 commented on issue #10804:
URL: https://github.com/apache/druid/issues/10804#issuecomment-962466041


   Closed by https://github.com/apache/druid/pull/11057


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] hardikchheda commented on issue #10804: frontend-maven-plugin issue with mac M1 chip

Posted by GitBox <gi...@apache.org>.
hardikchheda commented on issue #10804:
URL: https://github.com/apache/druid/issues/10804#issuecomment-954464726


   > > Hi everyone, also faced this issue on my mac with m1:
   > > node 10.14.1(tried to use latest as well)
   > > npm 6.4.1
   > > frontend-maven-plugin 1.6
   > > Could anyone suggest smth plz ?)
   > > I'm not using any proxy
   > > Error message: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:install-node-and-npm (install node and npm) on project : Could not download Node.js: Got error code 404 from the server.
   > 
   > changing of frontend-maven-plugin version to 1.11.3 helped me
   
   worked for me too.. thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] RomChig commented on issue #10804: frontend-maven-plugin issue with mac M1 chip

Posted by GitBox <gi...@apache.org>.
RomChig commented on issue #10804:
URL: https://github.com/apache/druid/issues/10804#issuecomment-829514338


   Hi everyone, also faced this issue on my mac with m1:
   node 10.14.1(tried to use latest as well)
   npm 6.4.1
   frontend-maven-plugin 1.6
   Could anyone suggest smth plz ?)
   I'm not using any proxy
   Error message: Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.9.1:install-node-and-npm (install node and npm) on project : Could not download Node.js: Got error code 404 from the server.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org