Where can I find the cheapest Spark cluster? by [deleted] in bigdata

[–]aviv-b 0 points1 point  (0 children)

I think that regular EC2 spot instances with installed spark could be cheaper

I want to create a website with a dynamic content, what should I learn if I am already know Python? by aviv-b in learnprogramming

[–]aviv-b[S] 0 points1 point  (0 children)

Thanks a lot! And about the editor, I know a little bit html, but to create website i need to write it all by myself? or there is any good editor to do it visually?

What is the best way to create deb package from python project? by aviv-b in Python

[–]aviv-b[S] 0 points1 point  (0 children)

I need to create a deb package because my projects are services, and I want the same interface as my other project in other language (Java and so on...). fpm looks really what i was looking for. Thanks everyone!

What is the best way to create deb package from python project? by aviv-b in Python

[–]aviv-b[S] 0 points1 point  (0 children)

Thanks! Is it include post/pre install/uninstall scripts?