Re: cannot resolve avrotypes in oodt filemgr

2021-06-09 Thread Imesha Sudasingha
Thanks Lewis for the explanation. It sums up everything you need to know about AvroRPC. @Pavindu, you were running the file manager using Intellij IDEA right? Before running that, make sure you have built the file manager project with `mvn clean install -DskipTests`. On Thu, 10 Jun 2021 at

Re: Starting working on the React dashboard

2021-06-09 Thread Imesha Sudasingha
Hi Pavindu, Yes, we need to start on that. But first, let's get the setup correct and get everything working properly. And we can kick off the dev work after the next synup. Imesha On Mon, 7 Jun 2021 at 06:49, Pavindu Lakshan wrote: > Hi Imesha and Nadeeshan, > > Since the coding period

Re: cannot resolve avrotypes in oodt filemgr

2021-06-09 Thread lewis john mcgibbney
Hi Pavindu, Avro provides: * Rich data structures. * A compact, fast, binary data format. * A container file, to store persistent data. * Remote procedure call (RPC). * Simple integration with dynamic languages. Code generation is not required to read or write data files nor to use or implement