You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by Jimmy Xiang <jx...@cloudera.com> on 2013/07/19 19:56:22 UTC

log4j-1.2.17.jar missing in the tarball

I couldn't find the log4j jar in the tarball built with

mvn -DskipTests clean package assembly:single


mvn -version
Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
05:51:28-0800)
Maven home: /etc/vendor/apache-maven-3.0.5
Java version: 1.7.0_09, vendor: Oracle Corporation
Java home: /etc/vendor/jdk1.7.0_09/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "3.2.0-41-generic", arch: "amd64", family: "unix"


Did I miss anything?

Thanks,
Jimmy

Re: log4j-1.2.17.jar missing in the tarball

Posted by Ted Yu <yu...@gmail.com>.
Confirming what Jimmy saw (on trunk):

$ tar tzvf
/Users/tyu/trunk/hbase-assembly/target/hbase-0.97.0-SNAPSHOT-bin.tar.gz |
grep log4j | grep jar
-rw-r--r--  0 tyu    staff    8601 Dec 17  2012
hbase-0.97.0-SNAPSHOT/lib/slf4j-log4j12-1.4.3.jar

Same with tip of 0.95 branch.

I then looked at 0.95.1 release:

$ tar ztvf hbase-0.95.1-hadoop1-bin.tar.gz | grep log4j | grep jar
-rw-r--r-- stack/staff    8601 2013-03-22 22:30
hbase-0.95.1-hadoop1/lib/slf4j-log4j12-1.4.3.jar
-rw-r--r-- stack/staff  489884 2013-03-22 22:30
hbase-0.95.1-hadoop1/lib/log4j-1.2.17.jar

FYI

On Fri, Jul 19, 2013 at 12:38 PM, Jimmy Xiang <jx...@cloudera.com> wrote:

> I do see slf4j-log4j12.jar in my tarball.  It used to be there.  Now it is
> gone.
>
> Not sure what has happened.
>
>
> On Fri, Jul 19, 2013 at 11:04 AM, Ted Yu <yu...@gmail.com> wrote:
>
> > Looking at the dependency tree, I see:
> >
> > [INFO] |  +- log4j:log4j:jar:1.2.17:compile
> > ...
> > [INFO] |  +- org.slf4j:slf4j-log4j12:jar:1.4.3:compile
> >
> > Is that why ?
> >
> > On Fri, Jul 19, 2013 at 10:56 AM, Jimmy Xiang <jx...@cloudera.com>
> wrote:
> >
> > > I couldn't find the log4j jar in the tarball built with
> > >
> > > mvn -DskipTests clean package assembly:single
> > >
> > >
> > > mvn -version
> > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da;
> 2013-02-19
> > > 05:51:28-0800)
> > > Maven home: /etc/vendor/apache-maven-3.0.5
> > > Java version: 1.7.0_09, vendor: Oracle Corporation
> > > Java home: /etc/vendor/jdk1.7.0_09/jre
> > > Default locale: en_US, platform encoding: UTF-8
> > > OS name: "linux", version: "3.2.0-41-generic", arch: "amd64", family:
> > > "unix"
> > >
> > >
> > > Did I miss anything?
> > >
> > > Thanks,
> > > Jimmy
> > >
> >
>

Re: log4j-1.2.17.jar missing in the tarball

Posted by Jimmy Xiang <jx...@cloudera.com>.
I do see slf4j-log4j12.jar in my tarball.  It used to be there.  Now it is
gone.

Not sure what has happened.


On Fri, Jul 19, 2013 at 11:04 AM, Ted Yu <yu...@gmail.com> wrote:

> Looking at the dependency tree, I see:
>
> [INFO] |  +- log4j:log4j:jar:1.2.17:compile
> ...
> [INFO] |  +- org.slf4j:slf4j-log4j12:jar:1.4.3:compile
>
> Is that why ?
>
> On Fri, Jul 19, 2013 at 10:56 AM, Jimmy Xiang <jx...@cloudera.com> wrote:
>
> > I couldn't find the log4j jar in the tarball built with
> >
> > mvn -DskipTests clean package assembly:single
> >
> >
> > mvn -version
> > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> > 05:51:28-0800)
> > Maven home: /etc/vendor/apache-maven-3.0.5
> > Java version: 1.7.0_09, vendor: Oracle Corporation
> > Java home: /etc/vendor/jdk1.7.0_09/jre
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "linux", version: "3.2.0-41-generic", arch: "amd64", family:
> > "unix"
> >
> >
> > Did I miss anything?
> >
> > Thanks,
> > Jimmy
> >
>

Re: log4j-1.2.17.jar missing in the tarball

Posted by Ted Yu <yu...@gmail.com>.
Looking at the dependency tree, I see:

[INFO] |  +- log4j:log4j:jar:1.2.17:compile
...
[INFO] |  +- org.slf4j:slf4j-log4j12:jar:1.4.3:compile

Is that why ?

On Fri, Jul 19, 2013 at 10:56 AM, Jimmy Xiang <jx...@cloudera.com> wrote:

> I couldn't find the log4j jar in the tarball built with
>
> mvn -DskipTests clean package assembly:single
>
>
> mvn -version
> Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19
> 05:51:28-0800)
> Maven home: /etc/vendor/apache-maven-3.0.5
> Java version: 1.7.0_09, vendor: Oracle Corporation
> Java home: /etc/vendor/jdk1.7.0_09/jre
> Default locale: en_US, platform encoding: UTF-8
> OS name: "linux", version: "3.2.0-41-generic", arch: "amd64", family:
> "unix"
>
>
> Did I miss anything?
>
> Thanks,
> Jimmy
>