OS Version:
CentOS Linux release 7.6.1810 (Core)
What would you like to do?
(1) Install a single-host Hopsworks cluster.
Where are you installing Hopsworks?
(1) On-premises or private cloud.
I encountered an error when I tried to install the Hopsworks, the error message is as follows:
ERROR [2020-11-23 02:40:39,766] se.kth.karamel.webservice.KaramelServiceApplication: Inalid yaml file; Invalid attributes, all used attributes must be defined in metadata.rb files: [hops/tls/enabled, elastic/opendistro_security/epipe/username, hops/rmappsecurity/actor_class, hopsworks/application_certificate_validity_period, elastic/opendistro_security/admin/username, hopsworks/kagent_liveness/threshold, elastic/opendistro_security/audit/enable_transport, hopsworks/requests_verify, elastic/opendistro_security/elastic_exporter/username, elastic/opendistro_security/audit/enable_rest, hops/yarn/pcores-vcores-multiplier, mysql/password, hops/yarn/cgroups_strict_resource_usage, hopsworks/featurestore_online, hopsworks/admin/password, hops/yarn/detect-hardware-capabilities, hopsworks/admin/user, elastic/opendistro_security/logstash/password, hops/yarn/system-reserved-memory-mb, hopsworks/encryption_password, elastic/opendistro_security/epipe/password, alertmanager/email/to, elastic/opendistro_security/jwt/exp_ms, install/dir, prometheus/retention_time, alertmanager/email/smtp_host, elastic/opendistro_security/kibana/password, alertmanager/email/from, hopsworks/master/password, ndb/NoOfReplicas, elastic/opendistro_security/kibana/username, hive2/mysql_password, install/kubernetes, hopsworks/kagent_liveness/enabled, hopsworks/https/port, ndb/DataMemory, elastic/opendistro_security/admin/password, install/cloud, elastic/opendistro_security/logstash/username, elastic/opendistro_security/elastic_exporter/password]
I’ve searched for the similar questions in Google, the links are:
Hopsworks-installer.sh Install Error
Inalid yaml file; Invalid attributes, all used attributes must be defined in metadata.rb
According to these topics, I used the Privoxy as the proxy software, and the following commands can be executed correctly,
$ nc -zv github.com 80
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 192.30.255.113:80.
Ncat: 0 bytes sent, 0 bytes received in 0.26 seconds.$ nc -zv github.com 443
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 192.30.255.113:443.
Ncat: 0 bytes sent, 0 bytes received in 0.24 seconds.
The configration of Privoxy in /etc/profile
export http_proxy=http://127.0.0.1:8118
export https_proxy=https://127.0.0.1:8118
I’ve also tried to execute
"./hopsworks-installer.sh -p https://127.0.0.1:8118
", but the problem still exists.
It seems to be a common problem, has anyone solved this problem?