[jira] [Commented] (FALCON-2108) Fix licensing issues for Falcon release

2016-08-04 Thread Srikanth Sundarrajan (JIRA)
[ https://issues.apache.org/jira/browse/FALCON-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15408927#comment-15408927 ] Srikanth Sundarrajan commented on FALCON-2108: -- Following are the files which aren't covered

[jira] [Resolved] (FALCON-2039) Move falcon post processing to falcon server and remove post processing action from falcon workflow

2016-08-04 Thread Pallavi Rao (JIRA)
[ https://issues.apache.org/jira/browse/FALCON-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pallavi Rao resolved FALCON-2039. - Resolution: Fixed Fix Version/s: trunk Issue resolved by pull request 244

[GitHub] falcon pull request #244: Falcon-2039 Move falcon post processing to falcon ...

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/falcon/pull/244 --- 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

Re: jenkins build not getting triggered

2016-08-04 Thread Pallavi Rao
Thanks Praveen for pointing that out. It should be fixed now. I'll monitor to ensure the next PR triggers a build. On Thu, Aug 4, 2016 at 5:57 PM, Praveen Adlakha wrote: > Hi All, > > The jenkins build on falcon is not getting triggered.Can some one please > take a

[jira] [Created] (FALCON-2108) Fix licensing issues for Falcon release

2016-08-04 Thread Srikanth Sundarrajan (JIRA)
Srikanth Sundarrajan created FALCON-2108: Summary: Fix licensing issues for Falcon release Key: FALCON-2108 URL: https://issues.apache.org/jira/browse/FALCON-2108 Project: Falcon

RE: Issue with Falcon API 0.9 - Creating a BundleApp

2016-08-04 Thread Srikanth Sundarrajan
Hi Chandra,Please check to see if bundle app xsd is in class path. Normally these aren't external facing APIs of Falcon. Am curious to know what you are attempting. Understanding that might help us suggest the right fix. RegardsSrikanth Sundarrajan > From: mail2chandrasek...@gmail.com >

Re: [VOTE] Release candidate RC2 of Apache Falcon 0.10

2016-08-04 Thread Balu Vellanki Bala
Hi Srikanth, Thank you for helping with the licensing issues. Here are the issues I found for files under falcon-ui. Please let me know if any of them are invalid. 1. Multiple data (non-code) files like ./falcon-ui//app/config/loginData.json do not have Apache software license headers. 2. To

[jira] [Commented] (FALCON-2047) HiveDR tests are failed due to data-mirroring does not have correct ownership/permissions

2016-08-04 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/FALCON-2047?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15408572#comment-15408572 ] ASF GitHub Bot commented on FALCON-2047: Github user asfgit closed the pull request at:

[GitHub] falcon pull request #252: FALCON-2047 Use /apps/falcon/extensions/mirroring ...

2016-08-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/falcon/pull/252 --- 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

RE: [VOTE] Release candidate RC2 of Apache Falcon 0.10

2016-08-04 Thread Srikanth Sundarrajan
Have gone through the observations made by Ajay earlier in this thread and I think the observations are indeed valid and it is best to fix them and rerun the release. Normalize.css is bundled in the release and hence need to be included in the license explicitly (See:

Re: [VOTE] Release candidate RC2 of Apache Falcon 0.10

2016-08-04 Thread Praveen Adlakha
+1 for Build ,Signature and Checksum On Thu, Aug 4, 2016 at 5:47 PM, Sandeep Samudrala wrote: > +1 > Build and tests- OK > Signature - verified > Checksums - verified > > On Thu, Aug 4, 2016 at 9:26 AM, Ajay Yadava wrote: > > > Hi Balu, > > > > Sorry

jenkins build not getting triggered

2016-08-04 Thread Praveen Adlakha
Hi All, The jenkins build on falcon is not getting triggered.Can some one please take a look into this. Thanks Praveen -- _ The information contained in this communication is intended solely for the use of the individual or entity to

Re: [VOTE] Release candidate RC2 of Apache Falcon 0.10

2016-08-04 Thread Sandeep Samudrala
+1 Build and tests- OK Signature - verified Checksums - verified On Thu, Aug 4, 2016 at 9:26 AM, Ajay Yadava wrote: > Hi Balu, > > Sorry that I did not finish all the checks in RC0 itself or even now. I am > preparing to relocate to a different continent > and unable to

Issue with Falcon API 0.9 - Creating a BundleApp

2016-08-04 Thread Chandrasekhar M
Hi, I am trying to use the API like so, creating a BundleApp via API. I am using Falcon 0.9 jars. private static void generateBundle() throws FalconException{ BUNDLEAPP bundleapp = new BUNDLEAPP(); //BUNDLEAPP bundle =