Re: [ANNOUNCE] Tyler Palsulich is now on the PMC too!

2014-08-14 Thread Tyler Palsulich
Hi All, I'm having issues even passing the Commons tests on a clean install... Working with Ross Laidlaw, we figured out that I was having a Java versioning issue. I was using jdk1.7.0_65 and tests were not running and failing completely silently. So, I downgraded to 1.6.0_65 and now all tests

Re: [ANNOUNCE] Tyler Palsulich is now on the PMC too!

2014-08-14 Thread Chris Mattmann
Glad that you got it working. I have JDK7 on my Mac so I will give it a test.. Chris Mattmann chris.mattm...@gmail.com -Original Message- From: Tyler Palsulich tpalsul...@gmail.com Reply-To: dev@oodt.apache.org Date: Thursday, August 14, 2014 11:53 AM To: dev

Machine Specific Build Issues

2014-08-14 Thread Tyler Palsulich
Hi all, Moving this discussion over to a new thread. Chris is testing with Java 1.7 on his machine. @Michael, you're having (different) tests fail on different machines? My computer is now passing all tests with OS X 10.9.4 and Java 1.6.0_65. Tests failed with 1.7.0_65, I switched, and now they

Re: Machine Specific Build Issues

2014-08-14 Thread Lewis John Mcgibbney
Hi Tyler, I can build OODT locally not problem since tests were stabalized. Apache Maven 3.2.1 (ea8b2b07643dbb1b84b6d16e1f08391b666bc1e9; 2014-02-14T09:37:52-08:00) Maven home: /usr/local/apache-maven-3.2.1 Java version: 1.7.0_55, vendor: Oracle Corporation Java home:

Re: Multiple Processing Paradigms at Once

2014-08-14 Thread Mattmann, Chris A (3980)
Thanks for the pointer and article reference, Bruce! ++ Chris Mattmann, Ph.D. Chief Architect Instrument Software and Science Data Systems Section (398) NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA Office: 168-519, Mailstop:

Re: Review Request 18944: [OODT-669] Disabling resource monitor in Assignment monitor feature

2014-08-14 Thread Chris Mattmann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/18944/#review50140 --- Please see my attached patch. - Chris Mattmann On March 9,

Review Request 24539: Fix Resource Manager in Trunk.

2014-08-14 Thread Chris Mattmann
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/24539/ --- Review request for oodt. Bugs: OODT-669

RE: Remote data transfer

2014-08-14 Thread Etienne Koen
Hi Chris, Thanks for your help! No problem, please feel free to make our conversation available to the community! I had success with ingesting a file to a remote server. Here is the scenario I had: A file manager running 192.168.0.10 and a client, running on 192.168.0.11, wanting to ingest a

Re: Review Request 22791: Streaming OODT Changes

2014-08-14 Thread Michael Starch
On Aug. 14, 2014, 8:43 p.m., Sean Kelly wrote: Do the supporting scripts have to be BASH-specific? We'd show better compatibility with a wider range of Unix systems if we could stick with pure /bin/sh. Currently the scripts use BASH specific features. These scripts are not required

Re: Review Request 22791: Streaming OODT Changes

2014-08-14 Thread Lewis McGibbney
On Aug. 13, 2014, 11:44 p.m., Lewis McGibbney wrote: Hey Michael, Can you please talk a bit about how streaming works for the FileMgr? I am really interested about that. Michael Starch wrote: The filemanager has two primary functions: catalog metadata, and hold reference to a

Re: Review Request 22791: Streaming OODT Changes

2014-08-14 Thread Sean Kelly
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22791/#review50634 --- Do the supporting scripts have to be BASH-specific? We'd show

RE: Remote data transfer

2014-08-14 Thread Etienne Koen
Hi Chris and Tom, As I have mentioned before in my previous email, I have managed to ingest a file to a remote location using the filemgr-client. I am also able to query the information remotely using for example the query_tool in this way: $ ./query_tool --url http://192.168.0.10:9000

Re: Remote data transfer

2014-08-14 Thread Lewis John Mcgibbney
I wonder if you have seen this one? https://cwiki.apache.org/confluence/display/OODT/Getting+products+from+a+remote+FileManager hth Lewis On Thu, Aug 14, 2014 at 7:31 AM, Etienne Koen etien...@scs-space.com wrote: Hi Chris and Tom, As I have mentioned before in my previous email, I have