Thanks for responding Andrew. Now that you pointed this out, actually it is in yet a different jar: hbase-server:test-jar. Unfortunately - as seen in my OP there is no sources for that jar available in that repo directory. I will just manually view the source from the hbase project directly for now.
2014-09-27 17:00 GMT-07:00 Andrew Purtell <[email protected]>: > hbase-testing-util doesn't include code. It's a meta module used to > collect dependencies. Attach sources from hbase-server instead for the > HBaseTestingUtility class. > > > > On Sep 27, 2014, at 4:53 PM, Stephen Boesch <[email protected]> wrote: > > > > I am trying to manually attach the sources for the HBaseTestingUtil to my > > Intellij/maven project. > > > > Here is the maven central repo url where the jars seem to be located: > > > > > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/ > > > > > > here are some of the relevant entries > > > > hbase-testing-util-0.98.5-hadoop2-sources.jar > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-sources.jar > > > > 05-Aug-2014 07:06 > > 8290hbase-testing-util-0.98.5-hadoop2-sources.jar.asc > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-sources.jar.asc > > > > 05-Aug-2014 07:06 > > 819hbase-testing-util-0.98.5-hadoop2-sources.jar.a..> > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-sources.jar.asc.md5 > > > > 05-Aug-2014 07:06 > > 32hbase-testing-util-0.98.5-hadoop2-sources.jar.a..> > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-sources.jar.asc.sha1 > > > > 05-Aug-2014 07:06 > > 40hbase-testing-util-0.98.5-hadoop2-sources.jar.md5 > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-sources.jar.md5 > > > > 05-Aug-2014 07:06 > > 32hbase-testing-util-0.98.5-hadoop2-sources.jar.sha1 > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-sources.jar.sha1 > > > > 05-Aug-2014 07:06 > > 40hbase-testing-util-0.98.5-hadoop2-tests.jar > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-tests.jar > > > > 05-Aug-2014 07:06 > > 10874hbase-testing-util-0.98.5-hadoop2-tests.jar.asc > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-tests.jar.asc > > > > 05-Aug-2014 07:06 > > 819hbase-testing-util-0.98.5-hadoop2-tests.jar.asc..> > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-tests.jar.asc.md5 > > > > 05-Aug-2014 07:06 > > 32hbase-testing-util-0.98.5-hadoop2-tests.jar.asc..> > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-tests.jar.asc.sha1 > > > > 05-Aug-2014 07:06 > > 40hbase-testing-util-0.98.5-hadoop2-tests.jar.md5 > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-tests.jar.md5 > > > > 05-Aug-2014 07:06 > > 32hbase-testing-util-0.98.5-hadoop2-tests.jar.sha1 > > < > http://central.maven.org/maven2/org/apache/hbase/hbase-testing-util/0.98.5-hadoop2/hbase-testing-util-0.98.5-hadoop2-tests.jar.sha1 > > > > 05-Aug-2014 07:06 40 > > > > > > Now I downloaded the testing-util sources.jar. to my surprise there are > > no sources ! > > > > cloudera@localhost shared]$ jar -tvf > hbase-testing-util-0.98.5-sources.jar > > 0 Tue Sep 16 13:19:32 PDT 2014 META-INF/ > > 123 Tue Sep 16 13:19:30 PDT 2014 META-INF/MANIFEST.MF > > 21913 Tue Sep 16 13:19:32 PDT 2014 META-INF/DEPENDENCIES > > 11358 Tue Sep 16 13:19:32 PDT 2014 META-INF/LICENSE > > 172 Tue Sep 16 13:19:32 PDT 2014 META-INF/NOTICE > > > > > > I also looked at a handful of other version including 0.99 and they > > exhibit the same behavior/contents. > > > > So is this expected? Do I need to manually construct my own source jar > > file here? >
