Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I am have imported 3 SPARK job from 6.4 to 7.3 in Talend for Big Data.
Out of which one is working fine and other two are giving me the below error.
"The method newStringUtf8(byte[]) is undefined for the type StringUtils"
The two non working jobs has two imports for StringUtils ,
import routines.StringUtils;
import org.apache.commons.codec.binary.StringUtils;
where as the working one has only one:
I have verified all the 3 JAVA codes on the export zip file and found there is only one import for the StringUtils , which is
I am not sure , why the other two jobs are importing the 'routines.StringUtils' class to the main java code while compiling.
I am using jdk-1.8.0_222
Any help would be appreciated.
Hello,
Please take care of loading your library classes when you migrate your spark jobs from 6.4 to 7.3.
Have you already installed all required external jar files into your V 7.3?
Best regards
Sabrina