how to deploy a project with a CAMEL-XSTREAM in fuse fabric container
they would greatly appreciate your help my exercise is to convert a CSV separated by "|" to a XML, in which I'm using camel-bindy and camel-xstream, everything works fine if running with "mvn...
View ArticleHow to check if the file waiting in enricher arrived after timeout
Hi there, We need to run a job in certain time window only once a day and it also depends on a trigger file. It needs to be also started if the application started after the starting time point of the...
View ArticleError running Mahout NB Classifier in Train step -...
Hi, I am getting following error while training a model. All Mapreduce runs fine without error on HDP Ambari1.5(as per logs). But, I assume, while creating models, it gives following error. Please help...
View ArticleCXF do not generate operation parameters
Hi CXF ! I'm using CXF 2.7.0 to generate the client for the attached WSDL (de.zip) with the following options : <wsdlOption> <wsdl>${basedir}/src/main/resources/de.wsdl</wsdl>...
View ArticleSyslog Collector to Kafka 0.8 -- in Go
I went looking for a Syslog Collector, written in Go, which would stream to Kafka. I couldn't find any, so put one together myself -- others might be interested. It optionally performs basic parsing of...
View ArticleNeed help to review a pom.xml to generate a client with CXF 2.7.11
Hi, I'm trying to use a newer version of CXF to generate a client to see if it solves an issue that I have with 2.7.0. I don't know where to find the equivalent of the following library used in my...
View ArticlePPA for Debs..?
I cannot find a source of ActiveMQ Debian packages that are up to date. Is there one? We're trying to install all new servers using apt-get almost exclusively, yet have the need of improvements in 5.9....
View ArticleFile Channel Bad Disks
Hi all, Has there been any talk about having the file channel skip over bad data directories if given multiple and a drive goes bad? I ran into this problem yesterday and I had to put a separate...
View ArticleCamel component for integration with N4 Sparks
Hi everyone! In the past two years I integrated Jboss Fuse with Navis Sparks N4 [1]. All my services were full camel-cxf. In many opoertunities I used the Camel documentation and the opinions of all...
View ArticleRecommendations for products on e-commerce website
Hi, I am building a product recommendation engine for an e-commerce website and I do not have explicit rating values given by users to products. I instead have implicit feedback from the views, add to...
View ArticleBag spilling with algebraic
Hi, I’m trying to better understand how algebraic UDFs do or do not help with bag spilling. I have an algebraic UDF and I see the algebraic part getting invoked. However, I am getting bad performance...
View ArticleFlume NG SQS Source Plugin
Hi All, If anyone's interested in consuming messages from Amazon's Simple Queue Service (SQS), I've open sourced a plugin for it available at https://github.com/plumbee/flume-sqs-source Feel free to...
View ArticleApache PIG performance benchmark
Hello All, I am a newbie to Apache PIG, I would like to know the performance benchmark of Apache PIG. My current requirement is as follows I have few files in 2 s3 buckets Each file may have minimum of...
View ArticleApache Maven Source Plugin 2.3 Released
The Apache Maven team is pleased to announce the release of the Apache Maven Source Plugin, version 2.3. The Source Plugin creates a jar archive of the source files of the current project. The jar file...
View Articleexposing lastSend
Hello, I'm looking for a way to get access to ClientCnxnSocket.lastSend without trying to break ZooKeeperEncapsulation. Broadly, my goal is to use this in a Java process in order to increase confidence...
View Articleusing MultiStorage
have a directory with files with somewhat mailformatted logs (NEWLINE delimited). I would like to select specific position in each row and use it as a directory/file name, then store the original...
View Articlerequest.required.acks=-1 under high data volume
Hi, I'm doing stress and failover tests on a 3 node 0.8.1.1 kafka cluster and have the following observations. A topic is created with 1 partition and 3 replications. request.required.acks is set to -1...
View ArticleValidate FormComponent raw input before conversion
Hello! I have textfield backed by Integer Model object in the web app and a number field in the database. The maximum number the database can hold is less than Integer.MAX_VALUE so I have added a...
View ArticleSupplying passwords for key manager and trust manager to http:conduit
Hello all, I am using http-conduit for SSL support in CXF 2.7.11. Is there a way I can specify a password callback for <sec:keyManagers> and <sec:trustManagers>? Thanks, Giriraj.
View Articleweb service with void method returning 202
Hi all, I have a webservice which has no return type. I removed the @oneWay annotation since it was returning 202 but it still returns 202. How can we change it to return 200 with the void method....
View Article