Unable to Compile ActiveQ 5.2
HI I have trouble compiling ActiveMQ5.2...The following is the error message, please help! ************************************ Total time: 15.239s [INFO] Finished at: Wed Jan 08 14:56:00 PST 2014...
View Articlenode.js native bindings
Hi There, in case anyone is interested,we created a node.js binding using librdkafka [1]. Publish only so far, for kafka_2.8.0-0.8.0-beta1+ For more info, check out the github page [2], and for an...
View ArticleDuplicate records in Kafka 0.7
Hi, I would like to check to see if other people are seeing duplicate records with Kafka 0.7. I read the Jira's and I believe that duplicates are still possible when using message compression on Kafka...
View ArticleSkip copying resources
How do I skip copying resources? I try <skip> in <configuration> but it does not work. <plugin> <artifactId>maven-resources-plugin</artifactId> <executions>...
View Articlecustom kafka consumer - strangeness
Hi, I'm writing a custom consumer for kafka 0.8. Everything works except for the following: a. connect, send fetch, read all results b. send fetch c. send fetch d. send fetch e. via the console...
View ArticleOptions for producing class files with different compilers via Maven
Hello, in the JaCoCo project (a Java code coverage library which uses a Java agent approach during runtime) we produce some false positives of uncovered code because of unreachable (e.g. private...
View ArticleWorkers + SharedObject blows up...
Hi All, My goal is a very simple one. Having a worker do a web service call, then writes to a SharedObject. The problem is every time I run SharedObject.getLocal() in the worker, it blows up. On...
View ArticleNeed help getting started.
snow:ncdc mkamp$ pig ~/ma/test.pig 2014-01-09 22:24:43,855 [main] INFO org.apache.pig.Main - Apache Pig version 0.12.0 (r1529718) compiled Oct 07 2013, 12:20:14 2014-01-09 22:24:43,856 [main] INFO...
View ArticleRFI for 0.26: QPID-5454: Sporadic core dump in...
Its a crash bug in HA with a trivial 1 line fix. Review requested at https://reviews.apache.org/r/16761/ Commit 1556966 from Alan Conway in branch 'qpid/trunk' [ https://svn.apache.org/r1556966 ]...
View Articleseeking help on flume cluster deployment
Guys, In my environment, the client is 5 socket servers. Thus i wrote a custom source spawning 5 threads reading from each of them infinitely,and the sink is hdfs(hive table). The work fine by running...
View ArticleArrayIndexOutOfBoundsException with mahout vectordump and cvb ?
I am trying to run the lda (now called cvb) function, I followed the steps listed in many online sources. the final step after getting the lda result, to show the result in a human-readable form is...
View Articleissues with configuration updates and clean shutdowns
Hey folks, I'm setting up new flume agents, and I'm noticing issues with both live updates to the configuration and cleanly shutting down an agent. I was wondering if anyone should shed light on...
View ArticleUser and password
Hi Folks Im trying set up user and password into activemq.xml, as follow lines: <broker xmlns="http://activemq.apache.org/schema/core" brokerName="broker-instance-1"...
View ArticleArtifactNotFoundException...
building com.jayway.maven.plugins.android.generation2:maven-android-plugin:3.8.3-SNAPSHOT org.eclipse.aether.transfer.ArtifactNotFoundException:...
View ArticleHow to access session in simple-method?
Anyone know how to access the session in simple methods so that setAttribute and getAttribute can be performed?
View ArticleOptions for calling a sparql endpoint in jena
Hi All Happy New Year. I've previously used the following code with success to call a sparql endpoint. final com.hp.hpl.jena.query.QueryExecution qexec =...
View Articlelooking for a way to run javascript in camel and set message headers
Hello camel community, I'm trying to figure it a way to run a real javascript procedures in camel as an alternative to use java code out of a bean. My company is using camel routes from a spring dsl...
View ArticleUsing Mvel in OSGI environment
I recently updated my projects from camel 2.10 which was running under jboss-fuse-6.0.0.redhat-024 to camel 2.12 in new fuse-fabric-7.3.0.redhat-199 and run into some problem with MVEL. The problem...
View ArticleHow to access simple-method map with integer keys
Does anyone know how to access simple-method maps with integer keys? So if I have parameters = quantityFromMap={3=, 2=3, 10=, 1=1, 7=, 6=, 5=, 4=, 9=, 8=} I'm not able to access the one of the mapped...
View ArticleMirroring datacenters without vpn
Hi, I am trying to figure out best deployment plan and configuration with ops to ship new version of our system that will use kafka. Multiple geo-distributed datacenters are a given, and we are...
View Article