Member since
07-04-2017
7
Posts
0
Kudos Received
0
Solutions
06-08-2020
05:12 AM
If you can clone table, add the particular things and re direct to the cloned table may work. Let me know how it was ressolved.
... View more
07-28-2017
08:06 AM
Hi Rafal, Can you please try the following? Change the order of property, have oozie.use.system.libpath=true after queuename=default . Execute once and check. Change oozie.libpath value to ${nameNode}/user/oozie/share/lib/lib_<timestamp> (timestamp is the time stamp number you see under this folder). Execute once and check. Copy all the jars from ${nameNode}/user/oozie/share/lib/*/*/* to any custom location like ${nameNode}/user/${user.name}/share/lib . Execute once and check. One of them should workout.
... View more
07-04-2017
10:18 AM
Just found this error in the falcon.application.log ERROR - [1388728910@qtp-1886491834-668 - c186eb8d-ef42-42f1-be4b-076e6ee27a5c:ambari-qa:POST//entities/submit/process] ~ Action failed: Bad Request
Error: javax.xml.bind.UnmarshalException
- with linked exception:
[org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 383; cvc-enumeration-valid: Value 'spark' is not facet-valid with respect to enumeration '[oozie, pig, hive]'. It must be a value from the enumeration.] (FalconWebException:83)
... View more