Member since
06-07-2015
10
Posts
0
Kudos Received
0
Solutions
08-25-2015
02:06 AM
in the configuration file, under the serving layer configuration : api = { # Default to use well-known HTTP port for Serving Layer port = 80 # Default to use well-known HTTPS port for Serving Layer secure-port = 443 # User name for connecting to the service, if required. If set, must be set with password. # If enabled, this will enable HTTP DIGEST authentication in the API. user-name = null # Password for connecting to the service, if required. If set, must be set with user-name. # If enabled, this will enable HTTP DIGEST authentication in the API. password = null # The keystore file containing the server's SSL keys. Only necessary when # accessing a server with temporary self-signed key, which is not trusted # by the Java SSL implementation. keystore-file = null # Password needed for keystore file above, if any keystore-password = null # If true, operations that set or modify data, like /ingest, are not available read-only = false # An optional prefix for the path under which the service is deployed. For # example, set to "/contextPath" to expose services at paths like "http://example.org/contextPath/..." context-path = "/" }
... View more
08-25-2015
02:00 AM
I have one more question,in the configuration file there is a part API. Could you please explain for me what are these API specifications ? thank you so much
... View more
08-24-2015
03:31 PM
hello what is role of YARN in oryx 2 ? thanx
... View more
Labels:
- Labels:
-
Apache YARN
06-14-2015
12:29 PM
Hello where can I find this "model.time-threshold" & " model.data-threshold" ? they are not in the config file...so I dot know where to find them thanx
... View more