Quantcast
Channel: Spring Community Forums - Hadoop
Viewing all articles
Browse latest Browse all 27

Wrong XSD on springframework.org for GA

$
0
0
both xsds:


http://www.springframework.org/schem...hadoop-1.0.xsd
http://www.springframework.org/schem...ing-hadoop.xsd


have:


version="1.0.0.M1"


and are out of sync with:


https://github.com/SpringSource/spri...hadoop-1.0.xsd


Trying to create hdp:pig based on xsd fails with:


Code:

nested exception is org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'hdp:pig'
Because HadoopNamespaceHandler.java defines:


Code:

registerBeanDefinitionParser("pig-factory", new PigServerParser());
Can someone update the public 1.0 and headless xsd schema (tried to create a jira but spring Hadoop has no default assignee)

Viewing all articles
Browse latest Browse all 27

Trending Articles