Member since
05-05-2016
147
Posts
223
Kudos Received
18
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3648 | 12-28-2018 08:05 AM | |
3610 | 07-29-2016 08:01 AM | |
2968 | 07-29-2016 07:45 AM | |
6881 | 07-26-2016 11:25 AM | |
1362 | 07-18-2016 06:29 AM |
12-28-2018
08:05 AM
OK, It seems that the issue with stop_all script in Ambari UI somehow catch up the Zeppelin too into its script. Now if i Start Zeppelin manually(which was not running earlier), i can use stop all services option. At least the error message is helpful.
... View more
12-28-2018
07:54 AM
Thanks @Akhil S Naik for reply. I think its not database inconsistency issue. But i have tried with your suggestion. Its not working. Even i cant see individual service stop drop-down at far right corner. Its just showing busy.
... View more
12-28-2018
07:05 AM
capture.pngThanks in advance for trying to help me. I am running HDP 3.0.1 VM and get an error whenever try to stop all services using ambari. Below is the error message:- Error message: java.lang.IllegalArgumentException: Invalid transition for servicecomponenthost, clusterName=Sandbox, clusterId=2, serviceName=ZEPPELIN, componentName=ZEPPELIN_MASTER, hostname=sandbox-hdp.hortonworks.com, currentState=STARTING, newDesiredState=INSTALLED I have attached the screen shot also for this issue. Thanks...
... View more
Labels:
04-24-2017
01:24 PM
Even after changing the database to 'mysql' or 'postgresql' have not start Druid Superset service successfully and error message is below:- Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/DRUID/0.9.2/package/scripts/superset.py", line 169, in <module>
Superset().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 314, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/DRUID/0.9.2/package/scripts/superset.py", line 108, in start
self.configure(env, upgrade_type=upgrade_type)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 117, in locking_configure
original_configure(obj, *args, **kw)
File "/var/lib/ambari-agent/cache/common-services/DRUID/0.9.2/package/scripts/superset.py", line 84, in configure
user=params.druid_user)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 262, in action_run
tries=self.resource.tries, try_sleep=self.resource.try_sleep)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of 'source /etc/superset/conf/superset-env.sh ; /usr/hdp/current/druid-superset/bin/superset db upgrade' returned 1. /usr/hdp/current/druid-superset/lib/python3.4/importlib/_bootstrap.py:1161: ExtDeprecationWarning: Importing flask.ext.sqlalchemy is deprecated, use flask_sqlalchemy instead.
spec.loader.load_module(spec.name)
/usr/hdp/current/druid-superset/lib/python3.4/importlib/_bootstrap.py:1161: ExtDeprecationWarning: Importing flask.ext.script is deprecated, use flask_script instead.
spec.loader.load_module(spec.name)
Loaded your LOCAL configuration
Traceback (most recent call last):
File "/usr/hdp/current/druid-superset/bin/superset", line 84, in <module>
from superset.cli import manager
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/superset/__init__.py", line 36, in <module>
utils.pessimistic_connection_handling(db.engine.pool)
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/flask_sqlalchemy/__init__.py", line 816, in engine
return self.get_engine(self.get_app())
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/flask_sqlalchemy/__init__.py", line 833, in get_engine
return connector.get_engine()
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/flask_sqlalchemy/__init__.py", line 493, in get_engine
info = make_url(uri)
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/sqlalchemy/engine/url.py", line 194, in make_url
return _parse_rfc1738_args(name_or_url)
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/sqlalchemy/engine/url.py", line 240, in _parse_rfc1738_args
return URL(name, **components)
File "/usr/hdp/current/druid-superset/lib/python3.4/site-packages/sqlalchemy/engine/url.py", line 60, in __init__
self.port = int(port)
ValueError: invalid literal for int() with base 10: ''
... View more
04-24-2017
01:24 PM
Thanks Devin, I have tried changing database for superset but having similar issue:- Traceback (most recent call last):
File "/var/lib/ambari-agent/cache/common-services/DRUID/0.9.2/package/scripts/superset.py", line 169, in <module>
Superset().execute()
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 314, in execute
method(env)
File "/var/lib/ambari-agent/cache/common-services/DRUID/0.9.2/package/scripts/superset.py", line 108, in start
self.configure(env, upgrade_type=upgrade_type)
File "/usr/lib/python2.6/site-packages/resource_management/libraries/script/script.py", line 117, in locking_configure
original_configure(obj, *args, **kw)
File "/var/lib/ambari-agent/cache/common-services/DRUID/0.9.2/package/scripts/superset.py", line 84, in configure
user=params.druid_user)
File "/usr/lib/python2.6/site-packages/resource_management/core/base.py", line 155, in __init__
self.env.run()
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 160, in run
self.run_action(resource, action)
File "/usr/lib/python2.6/site-packages/resource_management/core/environment.py", line 124, in run_action
provider_action()
File "/usr/lib/python2.6/site-packages/resource_management/core/providers/system.py", line 262, in action_run
tries=self.resource.tries, try_sleep=self.resource.try_sleep)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 72, in inner
result = function(command, **kwargs)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 102, in checked_call
tries=tries, try_sleep=try_sleep, timeout_kill_strategy=timeout_kill_strategy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 150, in _call_wrapper
result = _call(command, **kwargs_copy)
File "/usr/lib/python2.6/site-packages/resource_management/core/shell.py", line 303, in _call
raise ExecutionFailed(err_msg, code, out, err)
resource_management.core.exceptions.ExecutionFailed: Execution of 'source /etc/superset/conf/superset-env.sh ; /usr/hdp/current/druid-superset/bin/superset db upgrade' returned 1. Traceback (most recent call last):
File "/usr/hdp/current/druid-superset/bin/superset", line 10, in <module>
import gunicorn.app.base
ImportError: No module named gunicorn.app.base
... View more
04-24-2017
10:34 AM
No luck, please see above my reply to Deepesh! Thanks!!!
... View more
04-21-2017
10:34 AM
Team, i am tracking this error separately, see below. If anybody finds the solution please mark me. Thanks in Advance!!! https://www.linkedin.com/pulse/hdp-26-issue-druid-superset-start-fail-importerror-module-kumar
... View more
04-21-2017
07:42 AM
Me too unable to open given link for solution!!!!! https://community.hortonworks.com/questions/96619/druid-superset-wont-start-on-hdp-26.html Access Denied We're sorry, but you do not have permission to do the activity you attempted. If you believe this to be in error, please contact the site administrator(s).
... View more
04-11-2017
02:34 PM
First of all thanks to all who answer this question as i am struggling with this issue from many hours but unable to resolve it. I have HDP2.5 running on my dev environment. After making a cleanup of all services except ZooKeeper i am not able to add any service using Ambari UI. The error message is below:- 500 status code received on POST method for API: /api/v1/stacks/HDP/versions/2.5/recommendations Error message: Server Error Error screen shot is also attached for reference. I have restarted the Ambari-server many times but no success. Thanks again.
... View more
Labels:
04-11-2017
12:39 PM
I have manually removed all services from my Hadoop dev cluster and only service is not getting delete is ZooKeeper Server. as it says "The ZooKeeper service can't be deleted, at least one service must be installed." How to remove Zookeeper so that i can start a fresh installation for Hadoop Cluster? Note: I am unable to add services keeping old ZooKeeper because of below error:- 500 status code received on POST method for API: /api/v1/stacks/HDP/versions/2.5/recommendations. Thanks in Advance!!!
... View more
Labels: