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 >
