-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue building parcel #1
Comments
Thanks for reporting the issue! I'm pretty sure the cause for the bug is the difference between OSX sed and Linux sed. It's throwing up on these lines. Could you try replacing sed -i "" "s/<VERSION-FULL>/$FULL_VERSION/g" $file
sed -i "" "s/<VERSION-SHORT>/${SHORT_VERSION}/g" $file with sed -i -e "s/<VERSION-FULL>/$FULL_VERSION/g" $file
sed -i -e "s/<VERSION-SHORT>/${SHORT_VERSION}/g" $file See if that does the trick? |
Ah, that helps! Next issue:
Should I file an issue with |
Hi, thanks for this project. After the activation of NIFI parcel in Cloudera Manager, zookeeper and every service depends on it can no longer be started, all services has same Configuration Warning appear on the right of their name: Thanks. |
Hi, I found a few issues with the instructions, a few notes, and am currently in an issue with building the parcel. The instructions specify http://github.com/... on a few lines. I found that https://github.com/... was necessary to clone the project. Notes: My issue - I'm not sure how to proceed. When running mvn as root, I get errors that bower doesn't want to run under sudo. When running mvn with my userid, I get the following errors. I manually installed npm and bower, but they didn't resolve the errors:
|
@minghaod @david-w-webb are you guys still stuck on these issues (he says casually, a year later...)? |
We gave up on Nifi since we are a Cloudera shop and they recommend StreamSets instead. I didn't determine how t create my own parcels.
To: prateek/nifi-parcel nifi-parcel@noreply.github.com @minghaod @david-w-webb are you guys still stuck on these issues (he says casually, a year later...)? — |
Cool, I hope that goes great! FYI if you want to write a parcel at some point, it's simple and the docs are pretty good: https://github.com/cloudera/cm_ext/wiki/Building-a-parcel Closing for now. |
After install everything correcly, from cloudera i have this message from parcels page, my OS is ubuntu on my cluster Error del parcel NIFI-0.0.5.nifi.p0.5-trusty : Parcel no disponible para la distribución del SO UBUNTU_TRUSTY. |
Hi I have been trying to install nifi from the source. But fail to. How do i solve this issue. [ERROR] Failed to execute goal on project nifi-livy-processors: Could not resolve dependencies for project org.apache.nifi:nifi-livy-processors:jar:1.8.0-SNAPSHOT: Could not find artifact org.apache.nifi:nifi-standard-processors:jar:tests:1.8.0-SNAPSHOT in apache.snapshots (https://repository.apache.org/snapshots) -> [Help 1] |
Thanks for this project!
I followed the instructions, but ran into an issue while trying to build:
This is on Centos 6.7. Any suggestions?
The text was updated successfully, but these errors were encountered: