Now I am trying to install latest DHF on top of MarkLogic Docker instance (on Docker Mac). I could successfully run MarkLogic 10 docker instance based on the image provided on Docker Hub.
The problem occur when I try to install the latest DHF. I tried both ways, running DHF jar from either "host" or from inside "container instance". However, both ways lead to fails at initiating Data Hub project (48%, Step 24 of 47). I see the following error on the quickstart log window.
java.lang.RuntimeException: com.marklogic.client.MarkLogicIOException: java.io.IOException: unexpected end of stream on Connection{localhost:8010, proxy=DIRECT hostAddress=localhost/0:0:0:0:0:0:0:1:8010 cipherSuite=none protocol=http/1.1} at com.marklogic.hub.deploy.commands.GenerateFunctionMetadataCommand.execute(GenerateFunctionMetadataCommand.java:88)
Any advice will be appreciated.