Browse Source

fixed #2788 resolve the bug #2788 (#2789)

* Modify the ambari-plugin readme for packing RPM packages and add a description of the replication plug-in directory

* fixed #2788
pull/3/MERGE
zhangchunyang 4 years ago committed by gaojun2048
parent
commit
ff0dc5d7d5
  1. 2
      dolphinscheduler-dist/pom.xml

2
dolphinscheduler-dist/pom.xml vendored

@ -203,7 +203,7 @@
<packager>dolphinscheduler</packager>
<!-- <version>${project.version}</version> -->
<prefix>/opt/soft</prefix>
<autoRequires>false</autoRequires>
<defineStatements>
<!-- disable compile python when rpm build -->
<defineStatement>__os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')</defineStatement>

Loading…
Cancel
Save