Re: IP address of containers

2014-07-08 Thread Steve Loughran
On 7 July 2014 19:42, Rui Zhang rzh...@vertica.com wrote: Hi, I am now working on make a tarball for my own application. What I mean is start the application in the script like the HBase example you gave to us. In the python script, we need some commands for each role. If the command of my

Re: error when I run flex

2014-07-08 Thread Rui Zhang
./slider flex cl3 --component [component name] 2 --filesystem hdfs://localhost:9000/ And the component name is the one in resource.json. On 07/07/2014 08:05 PM, Sumit Mohanty wrote: What is the exact command you used? On Mon, Jul 7, 2014 at 1:55 PM, Rui Zhang rzh...@vertica.com wrote: Hi,

Re: error when I run flex

2014-07-08 Thread Rui Zhang
It should fail because I run on the same machine with the same port number but why this error? On 07/08/2014 10:11 AM, Rui Zhang wrote: ./slider flex cl3 --component [component name] 2 --filesystem hdfs://localhost:9000/ And the component name is the one in resource.json. On 07/07/2014

[jira] [Commented] (SLIDER-217) Slider app-package for hbase is not generating the zip file

2014-07-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14054985#comment-14054985 ] ASF subversion and git services commented on SLIDER-217: Commit

Re: error when I run flex

2014-07-08 Thread Sumit Mohanty
Are you flexing a active cluster? Can you check if there is a discrepancy between the component name given to flex and the name in resources.json? This is one scenario where I have seen this error. I tried with the latest develop branch and it did not reproduce. I have not yet tried with 0.30.

Slider-develop - Build # 79 - Failure

2014-07-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #79) Status: Failure Check console output at https://builds.apache.org/job/Slider-develop/79/ to view the results.

[jira] [Resolved] (SLIDER-217) Slider app-package for hbase is not generating the zip file

2014-07-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-217?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu resolved SLIDER-217. --- Resolution: Fixed Assignee: Ted Yu Verified that

container application dir

2014-07-08 Thread Jon Maron
Hi, In my current commit I am placing SSL security files for the slider app master in /home/yarn/.slider/security. They are created dynamically by the application master. I’d prefer to specify the appropriate, container associated directory (under /hadoop/yarn/…, I imagine). This would

Re: container application dir

2014-07-08 Thread Jon Maron
Perhaps it's simply the working dir? I'll give that a try... On Jul 8, 2014, at 11:56 AM, Jon Maron jma...@hortonworks.com wrote: Hi, In my current commit I am placing SSL security files for the slider app master in /home/yarn/.slider/security. They are created dynamically by the

Slider-develop - Build # 80 - Fixed

2014-07-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #80) Status: Fixed Check console output at https://builds.apache.org/job/Slider-develop/80/ to view the results.

[jira] [Commented] (SLIDER-166) agent.ini should be supported by default

2014-07-08 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055151#comment-14055151 ] Sumit Mohanty commented on SLIDER-166: -- LGTM, +1 agent.ini should be supported by

[jira] [Resolved] (SLIDER-166) agent.ini should be supported by default

2014-07-08 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty resolved SLIDER-166. -- Resolution: Fixed agent.ini should be supported by default

[jira] [Commented] (SLIDER-166) agent.ini should be supported by default

2014-07-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055154#comment-14055154 ] ASF subversion and git services commented on SLIDER-166: Commit

Slider-develop - Build # 81 - Failure

2014-07-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #81) Status: Failure Check console output at https://builds.apache.org/job/Slider-develop/81/ to view the results.

Re: excluding build output from app package

2014-07-08 Thread Steve Loughran
that's RAT isn't it? you need to update the org.apache.rat plugin in pom.xml with a pattern that gets rid of the noise. I'm surprised it's picking up stuff in target/ though ... I don't see filters for this in the other projects On 8 July 2014 18:53, Ted Yu yuzhih...@gmail.com wrote: Hi,

Re: excluding build output from app package

2014-07-08 Thread Jon Maron
The pom (root dir) specifies a list of exclusions: plugin groupIdorg.apache.rat/groupId artifactIdapache-rat-plugin/artifactId version${apache-rat-plugin.version}/version executions execution idcheck-licenses/id goals

excluding build output from app package

2014-07-08 Thread Ted Yu
Hi, Once I produce app package for hbase, the next build would complain about the following. Unapproved licenses: app-packages/hbase/target/archive-tmp/appConfig.json.1746534752.filtered app-packages/hbase/target/archive-tmp/appConfig.json.727813455.filtered

[jira] [Created] (SLIDER-218) Unit Test failure causing build failure

2014-07-08 Thread Sumit Mohanty (JIRA)
Sumit Mohanty created SLIDER-218: Summary: Unit Test failure causing build failure Key: SLIDER-218 URL: https://issues.apache.org/jira/browse/SLIDER-218 Project: Slider Issue Type: Bug

Slider-develop - Build # 82 - Still Failing

2014-07-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #82) Status: Still Failing Check console output at https://builds.apache.org/job/Slider-develop/82/ to view the results.

Re: excluding build output from app package

2014-07-08 Thread Billie Rinaldi
My guess is it's not ignoring that target directory because the hbase app package is no longer listed as a submodule in the top level pom file. On Jul 8, 2014 10:58 AM, Steve Loughran ste...@hortonworks.com wrote: that's RAT isn't it? you need to update the org.apache.rat plugin in pom.xml

[jira] [Created] (SLIDER-219) A service may ask for more than one dynamically allocated port as part of the same configuration

2014-07-08 Thread Sumit Mohanty (JIRA)
Sumit Mohanty created SLIDER-219: Summary: A service may ask for more than one dynamically allocated port as part of the same configuration Key: SLIDER-219 URL: https://issues.apache.org/jira/browse/SLIDER-219

[jira] [Commented] (SLIDER-181) Slider support for Storm application package

2014-07-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055715#comment-14055715 ] ASF subversion and git services commented on SLIDER-181: Commit

Re: Preparing for 0.40 release

2014-07-08 Thread Jon Maron
On Jul 8, 2014, at 8:53 PM, Sumit Mohanty smoha...@hortonworks.com wrote: In preparation for the 0.40 release, I have finished some preliminary tests using the Slider app packages and in general it looks good. There are some document changes that remain followed by a full build and test.

Slider-develop - Build # 83 - Still Failing

2014-07-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #83) Status: Still Failing Check console output at https://builds.apache.org/job/Slider-develop/83/ to view the results.

Re: container application dir

2014-07-08 Thread Jon Maron
Using the current working dir doesn’t work with openssl - it seems to gag on the long path in the unit test environment: (Emulated the runtime execution to see this error): openssl ca -create_serial -out

[jira] [Commented] (SLIDER-218) Unit Test failure causing build failure

2014-07-08 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055784#comment-14055784 ] Gour Saha commented on SLIDER-218: -- Fixed the above test and made modifications to few

[jira] [Updated] (SLIDER-218) Unit Test failure causing build failure

2014-07-08 Thread Gour Saha (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gour Saha updated SLIDER-218: - Attachment: SLIDER-218.patch Unit Test failure causing build failure

Re: container application dir

2014-07-08 Thread Sumit Mohanty
What would be the path? We need to ensure that the path is writable by the app user. On Tue, Jul 8, 2014 at 7:21 PM, Jon Maron jma...@hortonworks.com wrote: Using the current working dir doesn’t work with openssl - it seems to gag on the long path in the unit test environment: (Emulated the

[jira] [Commented] (SLIDER-218) Unit Test failure causing build failure

2014-07-08 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14055813#comment-14055813 ] ASF subversion and git services commented on SLIDER-218: Commit

[jira] [Resolved] (SLIDER-218) Unit Test failure causing build failure

2014-07-08 Thread Sumit Mohanty (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sumit Mohanty resolved SLIDER-218. -- Resolution: Fixed Unit Test failure causing build failure

[jira] [Updated] (SLIDER-220) Provide script for retrieving hbase-site.xml given cluster name

2014-07-08 Thread Ted Yu (JIRA)
[ https://issues.apache.org/jira/browse/SLIDER-220?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Yu updated SLIDER-220: -- Attachment: get-hbase-site.sh Provide script for retrieving hbase-site.xml given cluster name

Slider-develop - Build # 84 - Fixed

2014-07-08 Thread Apache Jenkins Server
The Apache Jenkins build system has built Slider-develop (build #84) Status: Fixed Check console output at https://builds.apache.org/job/Slider-develop/84/ to view the results.