hi,all
I want to use imported JAR packet, in UDF I use the code :
InputStream istr = getClass().getClassLoader().getResourceAsStream("property.txt");
for read file "property.txt" what is in JAR Packet,
Is it correct way ?
Best Regards
-
Hengbing