Re: Build problems in Eclipse dev environment setup

2017-01-07 Thread Ismael Juma
Hi Dhwani,

This is more about Gradle and Eclipse than Kafka and many of us use
IntelliJ IDEA so won't be able to help you. I can confirm that IntelliJ is
able to import the project fine out of the box.

Ismael

On 3 Jan 2017 6:45 pm, "Dhwani Katagade" 
wrote:

> Hi,
>
> I am trying to setup the eclipse dev environment on trunk. I have followed
> the instructions given here
> https://github.com/apache/kafka/blob/trunk/README.md
> https://cwiki.apache.org/confluence/display/KAFKA/Developer+
> Setup#DeveloperSetup-Eclipsesetup
>
> After I run ./gradlew eclipse in the command line followed by "Import
> existing projects into workspace" in Eclipse, I am able to see the
> projects. But I see the following build errors in Eclipse.
>
> Description: The import kafka.utils.ShutdownableThread cannot be resolved
> Resource: Consumer.java
> Path: /kafka-examples/src/main/java/kafka/examples
> Location: line 19
> Type: Java Problem
>
> There are other errors as well but they are of a similar nature and others
> dependent on them. I can see the class ShutdownableThread in core and core
> is compiled properly. The examples project has core setup as  dependency
> project which seems correct. Also the command line build works just fine.
>
> Also I don't see any .class files generated under core/bin. They are
> present under core/build/classes/main/ though. Is this due to some kind of
> mismatch between the command line build and Eclipse build?
>
> Could you please suggest what am I missing here.
>
> Environment:
> - Eclipse Neon
> - Java 1.7
> - Scala 2.10.6
> - CentOS 6.8
>
> thanks
> -dhwani
>
>
> DISCLAIMER
> ==
> This e-mail may contain privileged and confidential information which is
> the property of Persistent Systems Ltd. It is intended only for the use of
> the individual or entity to which it is addressed. If you are not the
> intended recipient, you are not authorized to read, retain, copy, print,
> distribute or use this message. If you have received this communication in
> error, please notify the sender and delete all copies of this message.
> Persistent Systems Ltd. does not accept any liability for virus infected
> mails.
>
>


Re: [VOTE] KIP-104: Granular Sensors for Streams

2017-01-07 Thread Matthias J. Sax
+1

On 1/6/17 4:48 PM, Sriram Subramanian wrote:
> +1
> 
> On Fri, Jan 6, 2017 at 4:41 PM, Eno Thereska  wrote:
> 
>> I light of the recent discussion on KIP-104 I've made changes to the KIP
>> to explicitly list all APIs of the Metrics class for completion. I think
>> it's fair to re-start the vote on the KIP in light of the new discussion
>> for transparency:
>>
>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
>> 104%3A+Granular+Sensors+for+Streams > confluence/display/KAFKA/KIP-104:+Granular+Sensors+for+Streams>
>>
>> So could you please re-vote even if you've previously voted?
>>
>> Thank you
>> no
>>
>>> On 6 Jan 2017, at 17:31, Sriram Subramanian  wrote:
>>>
>>> +1
>>>
>>> On Fri, Jan 6, 2017 at 9:12 AM, Matthias J. Sax 
>>> wrote:
>>>
 +1

 On 1/6/17 8:01 AM, Guozhang Wang wrote:
> +1
>
> On Fri, Jan 6, 2017 at 5:05 AM, Bill Bejeck  wrote:
>
>> +1
>>
>> On Fri, Jan 6, 2017 at 5:57 AM, Damian Guy 
 wrote:
>>
>>> +1
>>>
>>> On Fri, 6 Jan 2017 at 09:37 Eno Thereska 
 wrote:
>>>
 The discussion points for KIP-104 are addressed. At this point we'd
>> like
 to start the vote for it:


 https://cwiki.apache.org/confluence/display/KAFKA/KIP-
>>> 104%3A+Granular+Sensors+for+Streams
 <
 https://cwiki.apache.org/confluence/display/KAFKA/KIP-
>>> 104:+Granular+Sensors+for+Streams
>

 Thanks,
 Eno and Aarti
>>>
>>
>
>
>


>>
>>
> 



signature.asc
Description: OpenPGP digital signature


[GitHub] kafka pull request #2332: MINOR: some public JavaDoc cleanup

2017-01-07 Thread mjsax
GitHub user mjsax opened a pull request:

https://github.com/apache/kafka/pull/2332

MINOR: some public JavaDoc cleanup



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/mjsax/kafka javaDocImprovements5

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/kafka/pull/2332.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2332


commit 24686accdea180beabd098e84fcfe884bf8e6c86
Author: Matthias J. Sax 
Date:   2017-01-07T18:45:34Z

MINOR: some public JavaDoc cleanup




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---