jira-importer
jira-importer
antoine.tran: Workaround: #!/bin/bash declare -i nowminus30m="$(date -d '30 minutes ago' +%s)000" /space/StormApp/current/bin/storm blobstore list 2>&1| grep 'o.a.s.c.Blobstore'>blobstore sort -k7 blobstore>sortedblobstore while IFS= read -r line do declare -i d=$(echo $line...
rzo1: Does this happen in Storm 2.5.0 or 2.6.0-SNAPSHOT?
**[Francois Loriot](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=floriot)** commented The 2 issues are likely caused by limited Windows privileges with a specific corporate configuration. I was able to start Command Prompt / Maven and install IBM...
**[Elliotte Rusty Harold](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=elharo)** commented This is going to be hard to impossible to debug remotely. I really do doubt it has anything to do with the toolchains plugin. Just maybe...
rzo1: Harish Madineni Feel free to propose a related PR against Storm/master - every contribution is welcome.