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
Client.java uses Properties.stringPropertyNames() which is 1.6 only. Remove this call, and investigate any other incompatibilities with 1.5, so YCSB can be compiled in 1.5 environments.