Hi Alexander, Thank you.
Is there some documentation I can follow for this? Or if possible, can you outline what excatly I can do to get started? At the moment I am just following the guide found in the readme in the repository: https://github.com/apache/incubator-wayang [https://opengraph.githubassets.com/4e15f03295365d69225410bdea252de3e3224aa39237c210fb688a3479875a6b/apache/incubator-wayang]<https://github.com/apache/incubator-wayang> Apache Wayang (incubating) - GitHub<https://github.com/apache/incubator-wayang> In contrast to traditional data processing systems that provide one dedicated execution engine, Apache Wayang (incubating) can transparently and seamlessly integrate multiple execution engines and use them to perform a single task. We call this cross-platform data processing. In Wayang, users can specify any data processing application using one of Wayang's APIs and then Wayang will choose the ... github.com And I am stuck under the section on how to built binaries, as shown here: https://github.com/apache/incubator-wayang/blob/main/guides/tutorial.md [https://opengraph.githubassets.com/40291c32d7c689bc38ab3fb13d475445b536bb179b759de81c66209b955cb35d/apache/incubator-wayang]<https://github.com/apache/incubator-wayang/blob/main/guides/tutorial.md> incubator-wayang/guides/tutorial.md at main - GitHub<https://github.com/apache/incubator-wayang/blob/main/guides/tutorial.md> Apache Wayang(incubating) is the first cross-platform data processing system. - apache/incubator-wayang github.com ________________________________ From: Alexander Alten <[email protected]> Sent: Tuesday, September 30, 2025 7:53 AM To: [email protected] <[email protected]> Subject: Re: Setting up Apache Wayang Hi, Snapshots aren’t in the official artifact repo. For me, when I build Wayang for development purposes, I go with (OSX): export JAVA_HOME=/Library/Java/JavaVirtualMachines/zulu-11.jdk/Contents/Home mvn clean install -DskipTests For production purposes I use the published releases. Hope it helps, —Alex > On Sep 30, 2025, at 07:22, Christoffer Emil Kristensen <[email protected]> > wrote: > > Hello everyone, > > I am trying to setup Wayang for development on my computer. > > I have followed the guide in the readme file in the repo on section > "Installing Wayang". > > And the first step is to build the binaries. > > Pr. The documentation provided here: > https://github.com/ChristofferEmilKristensen/incubator-wayang/blob/main/guides/tutorial.md > > <https://www.google.com/url?q=https://github.com/ChristofferEmilKristensen/incubator-wayang/blob/main/guides/tutorial.md&source=gmail-imap&ust=1759814564000000&usg=AOvVaw0J8PMnBMjsd4W2ZWID6eQ3> > > I have cloned the repository, but when I run the command: > > ./mvnw clean package -pl :wayang-assembly -Pdistribution > > I get the following error: > > > > Have anyone tried similar and know how this can be resolved? I have just > followed the official documentation so I would assume it would work out of > the box. Am i missing a step prior to this? I have not run any other maven > commands, but I assume this is not necessary since it does not say anything > in the documentation 🙂 > > Best regards, > > Christoffer Kristensen -- *Scalytics Connect* The foundation for secure, scalable, and transparent AI. www.scalytics.io<http://www.scalytics.io> <http://www.scalytics.io> -- Please consider the environment before printing this email -- Disclaimer: The content of this message is confidential. If you have received it by mistake, please inform us by an email reply and then delete the message. It is forbidden to copy, forward, or in any way reveal the contents of this message to anyone. The integrity and security of this email cannot be guaranteed over the Internet. Therefore, the sender will not be held liable for any damage caused by the message.
