mapr-demos / mapr-db-60-getting-started

Discover how to use DB Shell, Drill and OJAI to query and update documents, but also how to use indexes.
Apache License 2.0
6 stars 24 forks source link

jps error on mac arm64 #20

Open christopinka opened 1 year ago

christopinka commented 1 year ago

running

https://raw.githubusercontent.com/mapr-demos/mapr-db-60-getting-started/master/mapr_devsandbox_container_setup.sh

jps output in container is

root@maprdemo:/opt/mapr/server# jps 8116 -- main class information unavailable 8220 Jps

tdunning commented 1 year ago

This has to do, most likely, with the shadowing being done by the container structure. In particular, the path to the executable as visible in the raw output of ps is not likely to be the path to the executable from within the container.

I don't know of a quick fix for this.