You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now test code in pipoint commons project uses hadoop class and is compiled by jdk 1.6.
After we upgraded hadoop version, it is need to Jdk 1.7 to be executed hadoop class.
therefore we remove code that use hadoop class in pinpoint common project.
The text was updated successfully, but these errors were encountered:
Pinpoint now uses HBase 1.0.x, which is compiled against jdk 1.7.
Pinpoint commons however is compiled with jdk 1.6 and would throw
UnsupportedClassVersionError when tests that use classes in Hadoop/HBase
library.
This commit removes these so such tests won't fail.
Now test code in pipoint commons project uses hadoop class and is compiled by jdk 1.6.
After we upgraded hadoop version, it is need to Jdk 1.7 to be executed hadoop class.
therefore we remove code that use hadoop class in pinpoint common project.
The text was updated successfully, but these errors were encountered: