You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2020/02/27 03:26:23 UTC

[GitHub] [incubator-dolphinscheduler] Aries1314 opened a new issue #2031: Dolphin 在idea中编译成rpm包

Aries1314 opened a new issue #2031: Dolphin 在idea中编译成rpm包
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2031
 
 
   DolphinScheduler 利用 mvn -U clean package -Prpmbuild -Dmaven.test.skip=true 在idea中编译 报错 The requested profile "rpmbuild" could not be activated because it does not exist. 结果没有生成RPM包  查了下 网上没有相关的解释 请教下

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #2031: Dolphin 在idea中编译成rpm包

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #2031: Dolphin 在idea中编译成rpm包
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2031#issuecomment-598110833
 
 
   #2144

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] dailidong commented on issue #2031: Dolphin 在idea中编译成rpm包

Posted by GitBox <gi...@apache.org>.
dailidong commented on issue #2031: Dolphin 在idea中编译成rpm包
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2031#issuecomment-598119405
 
 
   English is needed

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] gaojun2048 commented on issue #2031: build rpm package in IDEA

Posted by GitBox <gi...@apache.org>.
gaojun2048 commented on issue #2031: build rpm package in IDEA
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2031#issuecomment-606534137
 
 
   > DolphinScheduler 利用 mvn -U clean package -Prpmbuild -Dmaven.test.skip=true 在idea中编译 报错 The requested profile "rpmbuild" could not be activated because it does not exist. 结果没有生成RPM包 查了下 网上没有相关的解释 请教下
   
   You cannot build the rpm package in IDEA. You can only build the rpm package on a Linux system with the rpmbuild library installed. You can install the rpmbuild library by following these steps
   ```
   yum install --y rpm-build rpmdevtools.noarch
   echo "% _topdir $ YOURDIR"> ~ / .rpmmacros
   rpmdev-setuptree
   ```

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] gaojun2048 commented on issue #2031: Dolphin 在idea中编译成rpm包

Posted by GitBox <gi...@apache.org>.
gaojun2048 commented on issue #2031: Dolphin 在idea中编译成rpm包
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2031#issuecomment-592424727
 
 
   Hi , rpmbuild profile is supported since 1.2.1 . And still have a bug with this feature , You can get the latest status at this issue : 
   https://github.com/apache/incubator-dolphinscheduler/issues/2038

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [incubator-dolphinscheduler] Aries1314 commented on issue #2031: Dolphin 在idea中编译成rpm包

Posted by GitBox <gi...@apache.org>.
Aries1314 commented on issue #2031: Dolphin 在idea中编译成rpm包
URL: https://github.com/apache/incubator-dolphinscheduler/issues/2031#issuecomment-593174186
 
 
   ok

----------------------------------------------------------------
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


With regards,
Apache Git Services