I am using Datastax, no Kerbos, Ubuntu 12.04. I haven't had a chance to run this on a standard Hadoop distro but it would be great if you could give it a try so I can pinpoint it to a potential...
Type: Posts; User: thomasvdv; Keyword(s):
I am using Datastax, no Kerbos, Ubuntu 12.04. I haven't had a chance to run this on a standard Hadoop distro but it would be great if you could give it a try so I can pinpoint it to a potential...
I tried SNAPSHOT and still get the same error.
Thomas
I was wondering if this snippet of code could be the culprit of the class loading issue I am facing.
From ToolExecutor (1.0.0.M2):
Thread th = Thread.currentThread();
ClassLoader...
Hi,
I have been unable to invoke Mahout Jobs from Spring Hadoop.
<hdp:tool-runner id="mahout-tool"
tool-class="org.apache.mahout.cf.taste.hadoop.item.RecommenderJob"...
Hi,
I am looking for best practices in processing a flat file that holds a denormalized one-to-many structure. For example I'd like to get from the following flat file lines to the JSON document...
None of that works. I can find a way to get to nested paths in the @PathVariable.
You can do something like this:
@RequestMapping("/content")
public class CmsContentController {
Hi,
I need to know the value of the wildcard match for a RequestMapping within a controller's method. I realize a PathVariable can be used to access part of the path but I have not found a way to...
Tried STS 2.3.1 with the new tc Server 6.0.20.C (which has aspectjweaver-1.6.8 in its system classpath) which resolved the issue.
Hey Andy,
Sorry it took me a silly long time to get back to you on this. I didn't immediately find the issue as I was using the SpringSource tc server that ships with STS 2.3.0 AspectJ is deployed...
I am getting the exact same stacktrace with 1.6.8:
INFO : org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in...
Tried this time with 1.6.6 and got the same error
INFO : org.springframework.beans.factory.support.DefaultListableBeanFactory - Pre-instantiating singletons in...
AspectJ 1.5.4 with Spring 3
Thanks,
Thomas
I am getting a Nullpointer when integrating Hibernate Search with Spring on tc Server. I believe this is a bug but wanted to confirm and see if there's a workaround:
----...
I have an XML feed that contains two types of products; movies and music. Both types come in through the same feed. The music and movies elements are different but they have a common field, named...
Is there a way to configure RestTemplate so that it respects HTTP caching headers and i.e. store response in EHCache based on TTLs?
Cheers,
TVdV
Hi,
Are there plans to support REST endpoints (Spring 3.0 MVC style)? This would be to aggregate a variety of SOAP services into a RESTfull service.
Thanks,
Thomas
Is there support in Spring 2 for beans defined on an application scope?
My usecase would be to define a bean which holds some configuration data that I'd like to access in a tag file.
Shouldn't my catch block catch the EmptyResultDataAccessException exception? It isn't.
try {
Taxonomy existingTaxonomy = retrieveTaxonomy();
...
This classloader does not seem to work when it's defined in Tomcat's global server settings (conf/server.xml) as shown below:
...
<Context docBase="collab-download-web"...
Thanks but I did follow the reference docs to the letter (unless I drank too much coffee). Also tried RC3 but having the same problem.
Actually it does bind. I obviously had to put true/false as values and not 1 and 0.
It seems like form:radiobutton is not binding. I saw a previous post stating that this wasn't implemented. Is this still the case for RC2?
<form:radiobutton path="hasUsed" value="1" />(<c:out...
FYI. I took an application that works fine, added the following context.xml file to /webapp-root/META-INF
<Context>
<Loader...
When including the servlet jar in my WAR, I get the following exception:
ERROR [catalina.core.ContainerBase.[Catalina].[localhost].[/jpatest]] Error loading TomcatInstrumentedClassLoader...
I've done that.