Member since
08-08-2017
1652
Posts
30
Kudos Received
11
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1970 | 06-15-2020 05:23 AM | |
| 16074 | 01-30-2020 08:04 PM | |
| 2108 | 07-07-2019 09:06 PM | |
| 8250 | 01-27-2018 10:17 PM | |
| 4676 | 12-31-2017 10:12 PM |
09-04-2017
04:19 PM
now the API runs but not return prompt ( only after ENTER we get prompt )
... View more
09-04-2017
04:13 PM
why the "<br>" in the end of API?
... View more
09-04-2017
04:04 PM
we have version 2.6 , but when from ambari GUI we select ADMIN --> service auto restart we see ( Auto-Start Services Disabled )
... View more
09-04-2017
04:01 PM
for testing I guess the ideal test is to reboot the master machines and see all services are up ( include the componets ) ?
... View more
09-04-2017
03:58 PM
is it possible to verify that all services and components are enabled by API ? ( not from log )
... View more
09-04-2017
03:55 PM
I run the API but from ambari GUI I not see any diff ( is like all services are disabled )
... View more
09-04-2017
02:37 PM
Ambari services can be configured to start automatically on system boot. Each service can be configured to start all components, masters and workers, or selectively. so how to enable all services in ambari cluster to start automatically on system boot by API ?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
09-01-2017
07:20 AM
when I run/start the thrift server su spark ./sbin/start-thriftserver.sh or ./sbin/start-thriftserver.sh --master yarn-client --executor-memory 512m --hiveconf hive.server2.thrift.port=100015 I get from the log: /var/log/spark2/spark-spark-org.apache.spark.sql.hive.thriftserver.HiveThriftServer2-1-master.out
Spark Command: /usr/jdk64/jdk1.8.0_112/bin/java -Dhdp.version=2.6.0.3-8 -cp /usr/hdp/2.6.0.3-8/spark2/conf/:/usr/hdp/2.6.0.3-8/spark2/jars/*:/usr/hdp/current/hadoop-client/conf/
-Xmx10000m org.apache.spark.deploy.SparkSubmit --master yarn-client --class org.apache.spark.sql.hive.thriftserver.HiveThriftServer2 --name Thrift JDBC/ODBC Server --executor-mem
ory 512m spark-internal --hiveconf hive.server2.thrift.port=100015
========================================
Warning: Master yarn-client is deprecated since 2.0. Please use master "yarn" with specified deploy mode instead.
17/09/01 07:02:05 WARN AbstractLifeCycle: FAILED ServerConnector@1fc793c2{HTTP/1.1}{0.0.0.0:4040}: java.net.BindException: Address already in use
java.net.BindException: Address already in use how to solve it?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Spark
08-29-2017
10:14 AM
generic question , do we need to do restart after each parameter settings ? or we can do after we set all parameters?
... View more
08-29-2017
10:13 AM
generic question , do we need to do restart after each parameter settings ? or we can do after we set all parameters?
... View more