+1 Where are you sourcing your examples? If from Cloudera's kudu-examples repo (https://github.com/cloudera/kudu-examples), make sure to elide whatever is Cloudera specific (i.e. the demo-vm-setup subdirectory).
If you are sourcing another repo in its entirety (or close to its entirety), please incorporate it via merge so we can preserve git history. Also, I'd be in favor of moving src/kudu/client/samples into the new /samples top-level directory, both for symmetry and to make it easier for others to see how to bootstrap a CMake project using Kudu. On Tue, Mar 27, 2018 at 2:45 PM, William Berkeley <[email protected]> wrote: > Hi Kudu devs. I'm thinking about adding examples of Kudu client usage to > the main Kudu repo. We already have examples for C++ found in > src/kudu/client/samples, so these examples would be for Java and Spark. I'm > not planning to add Python at first but it should go in there eventually. > > The current proposal is to have a new top level directory /examples, with > the Java and Spark example code completely separate from the Java and Spark > client code. This way the examples can also serve as examples of how to > build, as well as how to code. > > I'd appreciate any thoughts about this. > > Thanks, > -Will
