If the folks working on branch HBASE-14850 rebase to a more recent version of master or cherry pick the commit for HBASE-17823, then this error should go away since the need for tools.jar is gone.
On Sat, Sep 23, 2017 at 4:33 PM, Ted Yu <[email protected]> wrote: > tools.jar is available with jdk 1.8 > e.g. on Mac: > /Library/Java/JavaVirtualMachines/jdk1.8.0_91.jdk/Contents/Home/lib/tools.jar > > See also > https://stackoverflow.com/questions/18061887/where-is-tools-jar-located > > On Sat, Sep 23, 2017 at 2:15 PM, Andrzej <[email protected]> wrote: > >> I clone HBase sources and checkout HBASE-14850. >> Next I do 'mvn install -DskipTests' >> Is Annotation error: >> https://pastebin.com/9YCtxtMh >> >> Annotation is not needed (it is only test program?) and not must be >> rebuild to next compile client with Docker ? >>
