Re: Incubator PMC/Board report for Sep 2015 ([ppmc])

2015-09-01 Thread Amol Kekre
Andy, The instructions for editing the incubator page are -> http://incubator.apache.org/guides/website.html (see Chetan's earlier email). It also has instructions for generating top level pages. Thks, Amol On Tue, Sep 1, 2015 at 11:08 PM, Andy Perlitch wrote: > I'd be happy to take up the in

Re: Incubator PMC/Board report for Sep 2015 ([ppmc])

2015-09-01 Thread Andy Perlitch
I'd be happy to take up the incubation website work. --Andy > On Sep 1, 2015, at 4:54 PM, Chris Nauroth wrote: > > The draft looks good overall. Thank you, Amol. > > Scanning the reports for all incubating projects, I see a strict adherence > to the "three most important issues" discussion fo

Re: japicmp not configured to ignore @Evolving, @Unstable classes

2015-09-01 Thread Timothy Farkas
Hey all, The japicmp plugin being used for Apex can be augmented to ignore classes having a particular annotation. An additional field can be added to the Maven configuration of the plugin such as the following: org.apache.hadoop.classification.InterfaceStability.Evolving org.apache.hadoop

Re: japicmp not configured to ignore @Evolving, @Unstable classes

2015-09-01 Thread Chandni Singh
Logged a jira to address this. https://malhar.atlassian.net/browse/APEX-82 -Chandni On Tue, Sep 1, 2015 at 10:03 PM, Chandni Singh wrote: > Hi, > > There are certain classes which can be annotated as Evolving or Unstable. > Evolving: compatibility can be broken at minor release. > Unstable: no

japicmp not configured to ignore @Evolving, @Unstable classes

2015-09-01 Thread Chandni Singh
Hi, There are certain classes which can be annotated as Evolving or Unstable. Evolving: compatibility can be broken at minor release. Unstable: no guarantee is provided as to reliability or stability across any level of release granularity. We need to ignore these classes from semantic versionin

Re: [2/3] incubator-apex-core git commit: Added @Since, Preparing for Release 3.1.0

2015-09-01 Thread Chetan Narsude
Looks like @since tag is added to license header text for AsyncFSStorageAgent.java. Please fix it. On Sep 1, 2015 8:09 PM, wrote: > Added @Since, Preparing for Release 3.1.0 > > > Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo > Commit: > http://git-wip-us.apache.org/re

Re: Incubator PMC/Board report for Sep 2015 ([ppmc])

2015-09-01 Thread Amol Kekre
Chris, It is actually strictly <= 3 :) Some were just two, one had just one :) I removed the two you listed. I think software donation work is done unless I find otherwise. This is the first time for me, so I may be wrong. Thks, Amol On Tue, Sep 1, 2015 at 4:54 PM, Chris Nauroth wrote: > The d

Re: Incubator PMC/Board report for Sep 2015 ([ppmc])

2015-09-01 Thread Chris Nauroth
The draft looks good overall. Thank you, Amol. Scanning the reports for all incubating projects, I see a strict adherence to the "three most important issues" discussion format, presumably to reduce information overload for the IPMC. Apex currently lists 5 items there, so maybe we should cut bac

Re: APEX-67 issue

2015-09-01 Thread Lal, Anuj (GE Corporate)
Pramod >>What about request headers. Anything in there? In httpreq user agent,encoding, host is present. Details below Can you point me to code which is responsible for creating cookie for dt-console anuj 2015-09-01 15:33:14,964 DEBUG security.StramWSFilter (StramWSFilter.java:getProxyAddress

Re: [malhar-users] Caching in Datatorrent

2015-09-01 Thread Siyuan Hua
The cache manager https://github.com/DataTorrent/Malhar/blob/master/contrib/src/main/java/org/apache/hadoop/io/file/tfile/CacheManager.java is a cache used only for DTFile. DTFile is a TFileReader(Writer) with cache which provides much faster IO compared to native hadoop TFile but keeps the format

Re: [malhar-users] Caching in Datatorrent

2015-09-01 Thread Thomas Weise
An operator can use any technology to implement the cache. Here is an example how to structure a cache from the Malhar library: https://github.com/apache/incubator-apex-malhar/blob/v3.0.0/library/src/main/java/com/datatorrent/lib/db/cache/AbstractDBLookupCacheBackedOperator.java Please note that

Re: APEX-67 issue

2015-09-01 Thread Lal, Anuj (GE Corporate)
No request is handled by primary RM I'll look into request headers info and will provide that info as asked by Pramod soon Anuj Sent from my iPhone > On Sep 1, 2015, at 2:08 PM, Gaurav Gupta wrote: > > Anuj, > > Is the request coming from Secondary RM? > > Thanks > - Gaurav > >> On Sep 1

Re: APEX-67 issue

2015-09-01 Thread Gaurav Gupta
Anuj, Is the request coming from Secondary RM? Thanks - Gaurav > On Sep 1, 2015, at 1:40 PM, Pramod Immaneni wrote: > > Anuj, > > What about request headers. Anything in there? > > Thanks > > On Tue, Sep 1, 2015 at 12:53 PM, Lal, Anuj (GE Corporate) > wrote: > >> I am debugging code for

Re: APEX-67 issue

2015-09-01 Thread Pramod Immaneni
Anuj, What about request headers. Anything in there? Thanks On Tue, Sep 1, 2015 at 12:53 PM, Lal, Anuj (GE Corporate) wrote: > I am debugging code for https://malhar.atlassian.net/browse/APEX-67< > https://urldefense.proofpoint.com/v2/url?u=https-3A__malhar.atlassian.net_browse_APEX-2D67&d=BQM

APEX-67 issue

2015-09-01 Thread Lal, Anuj (GE Corporate)
I am debugging code for https://malhar.atlassian.net/browse/APEX-67

https://malhar.atlassian.net/browse/APEX-67

2015-09-01 Thread Lal, Anuj (GE Corporate)
I am working on debugging this issue I am getting 401 response as user is not setup on request User is null as httpReq.getCookies() is returning null User is setup based on cookie.getName Since cookies are null, user is not setup on request Can someone, who knows dt-engine code better than me, p

Re: Checkstyle integration with Apex

2015-09-01 Thread Bright Chen
Do we have format files for IDEs? thanks Bright > On Aug 31, 2015, at 8:30 PM, Atri Sharma wrote: > > +1, that will be great! > On 1 Sep 2015 08:59, "Chandni Singh" wrote: > >> Hi All, >> >> We are working on integrating checkstyle plugin with Apex. This is needed >> because it is important