Member since
09-17-2015
436
Posts
736
Kudos Received
81
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5214 | 01-14-2017 01:52 AM | |
| 7547 | 12-07-2016 06:41 PM | |
| 8974 | 11-02-2016 06:56 PM | |
| 2876 | 10-19-2016 08:10 PM | |
| 7371 | 10-19-2016 08:05 AM |
12-11-2015
12:09 AM
1 Kudo
+ @smohanty @Alejandro Fernandez Good question! Btw have you seen this? It was developed at our last Ambari hackathon
... View more
12-10-2015
07:21 PM
2 Kudos
Sqoop today does not seem to provide any option to specify location to save the logs when invokes from the CLI: it always prints details on the console. Is there a way to capture Sqoop output in a file? If not any plans for this?
... View more
Labels:
- Labels:
-
Apache Sqoop
12-10-2015
07:12 AM
Glad to hear!
... View more
12-10-2015
06:57 AM
1 Kudo
Your ambari agent has gone down. You can run below: service ambari-agent restart In general, on sandbox use below to restart Ambari: service ambari restart On Ambari installed clusters you should can use below to restart Ambari service ambari-server restart
... View more
12-10-2015
05:13 AM
1 Kudo
@Vedant Jain: I believe it should be the full path to the python executable you wish to use (assuming you don't want to use the default)
... View more
12-10-2015
04:50 AM
Yes it works...I tried this recently on 2.3.2. See cheatsheet here
... View more
12-10-2015
03:44 AM
@Divya Gehlot if your laptop is windows the way to modify hosts file is different than Linux/Mac (see here) Can you try opening Zeppelin UI directly (instead of through Ambari). It should be http://127.0.0.1:9995 To forward ports on VirtualBox you can check this article
... View more
12-10-2015
01:51 AM
3 Kudos
You need to create an entry in your local laptops hosts file Please check the Release notes for the sandbox at http://hortonworks.com/products/hortonworks-sandbo... for BUG-46851 http://hortonworks.com/wp-content/uploads/2015/10/... Also as @rmolina mentioned, once you set up the above, note that the sandbox splash screen's advance section has a direct link to Zeppelin view (as well as other useful links like ability to ssh via browser) as well. The splash screen can be accessed by <sandbox ip address>:8888
... View more
12-09-2015
05:07 PM
If you are just looking for the data, another option could be to use the Hive view from Ambari dashboard: it has an export option.
... View more
12-09-2015
04:58 PM
2 Kudos
For anyone who else may encounter this issue and end up here: this is most commonly the result of having multiple python versions installed. However if you are using Zeppelin (which is the case here), it is pretty easy to point to different version of python. In Zeppelin UI > Interpreter > Spark > Change the 'zeppelin.pyspark.python' property from 'python' to '/path/to/correct/pythondir/python' and click Save
... View more