Re: Wiki Spam

2017-06-08 Thread Mark Thomas
On 07/06/17 22:01, Navina Ramesh wrote: >> Given that admin privs are handed out to PMCs along with explicit > instructions not to change the permissions for the anonymous user, I'd > like to understand what went wrong in this case (with a view to ensuring > it doesn't happen again) before re-enabl

Re: [VOTE] Apache Samza 0.13.0 RC6

2017-06-08 Thread Chris Riccomini
+1 (binding) On Wed, Jun 7, 2017 at 8:55 AM, Yi Pan wrote: > +1 (binding) > build and ran all local integration tests on Linux. > > On Tue, Jun 6, 2017 at 4:01 PM, Boris S wrote: > > > +1 (non-binding) > > build and tested on Linux (with python 2.7; 2.4 and 3.5 - didn't work) > > > > On Tue, Ju

java.library.path for samza job issue

2017-06-08 Thread Angelica Garcia-Gutierrez
Hello, I am trying to rung a job that uses additional custom libraries (cql_engine12). During processing I can see the following error in one of the container logs: 2017-06-08 12:09:56 AsyncRunLoop [ERROR] Caught throwable and stopping run loop java.lang.UnsatisfiedLinkError: no cql_engine12d in

Re: [VOTE] Apache Samza 0.13.0 RC6

2017-06-08 Thread Navina Ramesh (Apache)
+1 (binding) Thanks to everyone for diligently testing out the RCs and getting this release out! Cheers! Navina On Thu, Jun 8, 2017 at 9:09 AM, Chris Riccomini wrote: > +1 (binding) > > On Wed, Jun 7, 2017 at 8:55 AM, Yi Pan wrote: > > > +1 (binding) > > build and ran all local integration te

[RESULT][VOTE] Release Apache Samza 0.13.0 (RC6)

2017-06-08 Thread Jake Maes
The vote of 0.13.0 RC6 has been open for more than 72 hours and we got +1 (binding) x 3 +1 (non-binding) x 4. Samza 0.13.0 officially passed the vote. The release and site will be published right away. If you don't see them by tomorrow, let me know. Thanks everyone! Jake

Re: java.library.path for samza job issue

2017-06-08 Thread Jagadish Venkatraman
Hi Angelica, Linkage error usually occurs when the JVM runtime is not able to find the actual path for the native library. I assume you encounter this error in your container when you are running on Yarn. Samza exposes a property called *task.opts* which will allow you to pass in command line JVM

Re: java.library.path for samza job issue

2017-06-08 Thread Angelica Garcia-Gutierrez
Thanks for the hint! I made some progress. By adding task.opts to the job configuration file the JVM was able to find the library cql_engine12d. However, this library depends on some other libraries e.g. cql_types_12d (located in the same directory as cql_engine12d) and am hitting the following er