I am using the latest version, locally downloaded, with the jar files in the plugin folder.
All the procedures are not loaded.
For example, all the functions apoc.map.* are not seen, although they are supposed to be in the list (https://neo4j.com/docs/apoc/current/overview/apoc.map/)
Also, I see a lot of errors in the debug.log file, ex.:
Failed to load apoc.util.hdfs.HDFSUtils
from plugin jar /Users/.../neo4j/plugins/apoc-5.21.2-core.jar
: java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataOutputStream
Not sure how much reliable is this library..