Ok this useful class should have been part of utility and should be able to run out of the box as IMHO developer need not necessarily build project. I tried to create a maven project where I kept hoodie-spark-bundle as dependency and copied HoodieJavaApp and DataSourceTestUtils class into it but it does not compile. I have bee told here that hoodie-spark-bundle is uber jar but I doubt it is.
On Thu, Apr 18, 2019 at 1:44 PM Jing Chen <[email protected]> wrote: > Hi Umesh, > I believe *HoodieJavaApp *is a test class under *hoodie-spark.* > AFAIK, test classes are not supposed to be included in the artifact. > However, if you want to build an artifact where you have access to test > classes, you would build from source code. > Once you build the hoodie project, you are able to find a test jar that > includes *HoodieJavaApp *under > *hoodie-spark/target/hoodie-spark-0.4.5-SNAPSHOT-tests.jar**.* > > Thanks > Jing > > On Wed, Apr 17, 2019 at 11:10 PM Umesh Kacha <[email protected]> > wrote: > > > Hi I am not able to import class HoodieJavaApp using any of the maven > jars. > > I tried hooodie-spark-bundle and hoodie-spark both. It simply does not > find > > this class. I am using 0.4.5. Please guide. > > > > Regards, > > Umesh > > >
