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

[GitHub] [incubator-pinot] dongxiaoman opened a new issue #7124: pinot-admin.sh has bash error processing IFS and PLUGINS_INCLUDE env

dongxiaoman opened a new issue #7124:
URL: https://github.com/apache/incubator-pinot/issues/7124


   Based on our latest test on latest master (this is probably there for a while)
   That if we run the command with
   `bash xxxxx/pinot-admin.sh` , and has `$PLUGINS_INCLUDE` defined, the below processing cannot get the plugins array properly:
   ```
   IFS=';' echo "$PLUGINS_INCLUDE" | read -ra PLUGINS_ARR
   ```
   I believe it is the file `src/main/resources/appAssemblerScriptTemplate` 
   
   We recently tested out the plugins_include macro and it works with trouble.
   


-- 
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@pinot.apache.org

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



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


[GitHub] [incubator-pinot] xiangfu0 commented on issue #7124: pinot-admin.sh has bash error processing IFS and PLUGINS_INCLUDE env

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on issue #7124:
URL: https://github.com/apache/incubator-pinot/issues/7124#issuecomment-876776106


   Can you paste the errors?
   I feel it could be the issue of sh vs bash.
   the first line of pinot-admin.sh mentioned sh.
   ```
   ➜ cat bin/pinot-admin.sh
   #!/bin/sh
   ...
   ```
   


-- 
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@pinot.apache.org

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



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


[GitHub] [incubator-pinot] xiangfu0 commented on issue #7124: pinot-admin.sh has bash error processing IFS and PLUGINS_INCLUDE env

Posted by GitBox <gi...@apache.org>.
xiangfu0 commented on issue #7124:
URL: https://github.com/apache/incubator-pinot/issues/7124#issuecomment-876769016


   ic, can you make the workaround with java option`-Dplugins.include`?


-- 
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@pinot.apache.org

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



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


[GitHub] [incubator-pinot] xiangfu0 removed a comment on issue #7124: pinot-admin.sh has bash error processing IFS and PLUGINS_INCLUDE env

Posted by GitBox <gi...@apache.org>.
xiangfu0 removed a comment on issue #7124:
URL: https://github.com/apache/incubator-pinot/issues/7124#issuecomment-876776106


   Can you paste the errors?
   I feel it could be the issue of sh vs bash.
   the first line of pinot-admin.sh mentioned sh.
   ```
   ➜ cat bin/pinot-admin.sh
   #!/bin/sh
   ...
   ```
   


-- 
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@pinot.apache.org

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



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