Open Aryant01 opened 3 months ago
Also, the headers are mandatory to all files so you should not have removed it :)
Hi, I apologize for my impatience. I'll make sure to address the bugs and mistakes I've introduced, and I'll be more mindful of testing in the future. Thank you for your patience and assistance.
Hey @Aryant01,
Great to see you here!
We know it's overwhelming to start working on open source projects, we've all been there! That's why we've put together information to make it easier to contribute => https://wayang.apache.org/docs/community/contribute
We also encourage contributors (yes, you're one now 👍🏾) to join the public mailing lists => https://wayang.apache.org/docs/community/mailinglist.
Keep up the great work and thank you, @2pk03
Hey @2pk03 , Thankyou for your concern. I really appreciate it. I will follow the contribution guide and will be joining the mailing lists. Thankyou.
Hey @zkaoudi I am a bit confused about the task. Do I only have to uncomment the commented plugin in the file i.e. Flink or should I add every plugins in it which is mentioned in pom.xml file? I have mentioned the plugins below. If this is not what I have to do, then can you please guide me a bit more about what I have to do and where can I find the needed plugins? Thankyou so much for your patience. And also I am almost complete with the another task (wanyang-benchmark) you have assigned me. I will post an update for that very soon.
plugins from pom - clover-maven-plugin maven-assembly-plugin maven-antrun-plugin maven-compiler-plugin maven-checkstyle-plugin maven-dependency-plugin maven-deploy-plugin maven-enforcer-plugin maven-failsafe-plugin maven-jar-plugin maven-javadoc-plugin maven-source-plugin maven-surefire-plugin build-helper-maven-plugin artifactory-maven-plugin maven-site-plugin groovy-maven-plugin apache-rat-plugin license-maven-plugin maven-remote-resources-plugin jacoco-maven-plugin maven-release-plugin
Hi @Aryant01, thank you for your question. I believe it's missing some implementation so that Flink works with the multicontext. Could you try uncommenting that line and check if everything runs correctly?
I've added two new plugins: Hadoop and GraphChi, and I've also uncommented a previously mentioned plugin. Since I'm new to open source, please let me know if I've missed anything.