You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I tried to install sparkta and I found myself struggling a bit when it came to package. It didn't generate .deb and .rpm packages with the common command "mvn package".
What am I missing?
Thanks
The text was updated successfully, but these errors were encountered:
I found the solution to my problem. I took a look to pom.xml and discovered the profile section for those packages. I then typed:
- "mvn package -Ppackage" and it worked.
Regarding the missing tools for deb and rpm as I work on Linux Mint I only needed to install rpmbuild.
* Upsert in jdbc not update search fields (#155)
* [SPARTA-1247] Fix/java heap size (#164)
* [SPARTA-1247] Added OS memory to heap size
* Leave 512MB as min
* Improved readability
* Set newMemorySize only to container
* Control empty rdd partitions in JDBC save/upsert (#179)
* Minor changes from branch incompatibles with new Sparta Version
Hi,
I tried to install sparkta and I found myself struggling a bit when it came to package. It didn't generate .deb and .rpm packages with the common command "mvn package".
What am I missing?
Thanks
The text was updated successfully, but these errors were encountered: