2018-04-03 17:11:06 UTC - Venkat: Hi Guys , I read few docs on working of 
Pulsar and looking forward to understand it better...Please let me know if 
their are any beginner issues that could be picked up...
----
2018-04-03 17:46:45 UTC - Matteo Merli: Hi @Venkat, we do have few issues that 
can be easy to start with. Depending on what you’re most interested into, you 
might take a look at Python3 examples: 
<https://github.com/apache/incubator-pulsar/issues/1395> or make standalone 
service work in Java9: <https://github.com/apache/incubator-pulsar/issues/1419>
----
2018-04-03 17:50:03 UTC - Venkat: Thanks @Matteo Merli .. Will look into it
----
2018-04-03 17:50:22 UTC - Matteo Merli: :+1:
----
2018-04-03 21:16:04 UTC - Jai Asher: I am unable to build pulsar master on my 
laptop
```
jai1@C02T21KCG8WL-lm:~/tempProjects/pulsar$ git checkout master
Switched to branch 'master'
Your branch is up to date with 'origin/master'.
jai1@C02T21KCG8WL-lm:~/tempProjects/pulsar$ git reset --hard origin/master
HEAD is now at 19dd2c502 Delayed acks impl (#1462)
.
.
.
[ERROR] Failed to execute goal 
org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) 
on project managed-ledger: Compilation failure
[ERROR] 
/Users/jai1/tempProjects/pulsar/managed-ledger/src/main/java/org/apache/bookkeeper/mledger/impl/ManagedLedgerFactoryImpl.java:[66,34]
 cannot find symbol
[ERROR] symbol:   class OrderedSafeExecutor
[ERROR] location: package org.apache.bookkeeper.util
[ERROR] -&gt; [Help 1]
```

Any idea why? Do I need to build the bookkeeper jar locally before building 
pulsar?
----
2018-04-03 21:16:22 UTC - Sijie Guo: there is one PR outstanding fixing it
----
2018-04-03 21:16:37 UTC - Jai Asher: Thanks :slightly_smiling_face:
----
2018-04-03 21:16:39 UTC - Sijie Guo: 
<https://github.com/apache/incubator-pulsar/pull/1489>
----
2018-04-03 21:16:48 UTC - Sijie Guo: here is the PR
----
2018-04-03 21:18:18 UTC - Matteo Merli: I made one change into BK and have the 
corresponding change for Pulsar: 
<https://github.com/apache/incubator-pulsar/pull/1489>
----
2018-04-03 21:29:53 UTC - Rajan Dhabalia: if we really want SNAPSHOT version 
temporary then can we at least use timestamp of that SNAPSHOT version which can 
prevent build failure as far as timestamp version is available at maven-repo..
----
2018-04-03 21:33:11 UTC - Sijie Guo: @Rajan Dhabalia good idea
----
2018-04-03 21:46:12 UTC - Matteo Merli: @Rajan Dhabalia Since the CI has 
already passed, can we just merge #1489. We’ll fix the snapshot version later
----
2018-04-03 21:46:12 UTC - Rajan Dhabalia: not sure, how many SNAPSHOT versions 
maven keeps?
----
2018-04-03 21:46:45 UTC - Matteo Merli: some but not forever, in any case we 
should be close to 4.7 release
----
2018-04-03 21:47:19 UTC - Matteo Merli: We have been testing a lot to make sure 
all the stuff merged from yahoo branch are in good shape
----
2018-04-03 21:48:20 UTC - Rajan Dhabalia: dismissed it
----
2018-04-03 21:48:29 UTC - Rajan Dhabalia: we can merge it now
----
2018-04-03 21:48:36 UTC - Matteo Merli: :+1:
----
2018-04-03 21:49:19 UTC - Matteo Merli: Ok, merged, sorry for the disruption. 
Master is now open for business again :slightly_smiling_face:
----
2018-04-03 23:06:23 UTC - Jai Asher: Thanks :slightly_smiling_face:
----

Reply via email to