You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by Apache Pulsar Slack <ap...@gmail.com> on 2020/01/05 09:11:02 UTC

Slack digest for #dev - 2020-01-05

2020-01-04 17:58:46 UTC - markg: @markg has joined the channel
----
2020-01-04 19:31:31 UTC - Sean Carroll: is `mvn clean compile` the only thing required to compile pulsar? I've been getting
&gt; pulsar/tiered-storage/jcloud/src/main/java/org/apache/bookkeeper/mledger/offload/jcloud/impl/BlobStoreManagedLedgerOffloader.java:[51,61] package org.apache.pulsar.jcloud.shade.com.google.common.base does not exist
and I'm attempting to figure out how to resolve this
----
2020-01-04 19:34:44 UTC - Matteo Merli: typically, it would need `mvn install -DskipTests`
----
2020-01-04 19:35:09 UTC - Matteo Merli: there are some maven weirdnesses across different submodules
----
2020-01-04 19:38:55 UTC - Sean Carroll: thanks. didnt realize `install` was necessary.
----