Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<base>/v2/packages.json
<base>/v2/packages/<package-name>/<version>/icon.png
<base>/v2/packages/<package-name>/<version>/spec.json
<base>/v2/packages/<package-name>/<version>/spec.json.asc
<base>/v2/packages/<package-name>/<version>/<resource1>
<base>/v2/packages/<package-name>/<version>/<resource1>.asc
<base>/v2/packages/<package-name>/<version>/<resource2>
<base>/v2/packages/<package-name>/<version>/<resource2>.asc
...

As such, hosting Hosting a custom Hub can be done by setting up a server that follows the same path structure.

...

To configure the location of the Hub, when you are using a custom Hub instead of the public Hub, configure the property market.base.url in the cdap-site.xml file to point to the location of your custom Hub. For more information about the market.base.url, see Market parametersParameters and Hub Architecture.