Member since
09-10-2015
32
Posts
29
Kudos Received
3
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3807 | 10-04-2015 10:36 PM | |
1446 | 09-30-2015 04:59 PM | |
8232 | 09-26-2015 05:24 PM |
01-23-2017
04:30 PM
Hi Saptak, Did you able to setup hue 3.8 on SLES 11? I am trying to install 3.9 on SLES 11 and getting the following error while building hue: hue-3.9.0 # make install
--- Installing core source structure...
--- Installing Desktop core...
INSTALL_DIR=/usr/local/hue make -C desktop install
make[1]: Entering directory /home/ec2-user/hue-3.9.0/desktop' INSTALL_DIR=/usr/local/hue/desktop/core \ INSTALL_CONF_DIR=/usr/local/hue/desktop/conf \ make -C core install-bdist make[2]: Entering directory /home/ec2-user/hue-3.9.0/desktop/core'
--- Building egg for kerberos-1.1.1
running bdist_egg
running egg_info
/home/ec2-user/hue-3.9.0/build/env/lib/python2.6/site-packages/setuptools/command/egg_info.py:171: DeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
writer = ep.load(installer=installer)
writing kerberos.egg-info/PKG-INFO
writing top-level names to kerberos.egg-info/top_level.txt
writing dependency_links to kerberos.egg-info/dependency_links.txt
reading manifest file 'kerberos.egg-info/SOURCES.txt'
writing manifest file 'kerberos.egg-info/SOURCES.txt'
installing library code to build/bdist.linux-x86_64/egg
running install_lib
running build_ext
building 'kerberos' extension
gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -fwrapv -fPIC -I/usr/include/python2.6 -c src/kerberos.c -o build/temp.linux-x86_64-2.6/src/kerberos.o sh: krb5-config: command not found
gcc: sh:: No such file or directory
gcc: krb5-config:: No such file or directory
gcc: command: No such file or directory
gcc: not: No such file or directory
gcc: found: No such file or directory
error: command 'gcc' failed with exit status 1
make[2]: *** [/home/ec2-user/hue-3.9.0/desktop/core/build/kerberos-1.1.1/egg.stamp] Error 1
make[2]: Leaving directory /home/ec2-user/hue-3.9.0/desktop/core' make[1]: *** [.recursive-install-bdist/core] Error 2 make[1]: Leaving directory /home/ec2-user/hue-3.9.0/desktop'
make: *** [install-desktop] Error 2
... View more
02-02-2016
09:26 PM
@Saptak Sen are you still having issues with this? Can you accept the best answer or provide your own solution?
... View more
09-28-2015
02:50 PM
1 Kudo
Using same connection over multiple concurrent SQL statements was broken. This issue recently got fixed, see HIVE-10835.
... View more
07-01-2016
06:16 PM
.NET SDK for Hadoop https://hadoopsdk.codeplex.com/wikipage?title=Simple%20Linq%20To%20Hive%20Query&referringTitle=Home .NET Driver for
Phoenix https://github.com/Azure/hdinsight-phoenix-sharp https://www.nuget.org/packages/Microsoft.Phoenix.Client/1.0.0-preview .NET for Kafka https://cwiki.apache.org/confluence/display/KAFKA/Clients#Clients-.net Mobius: C# Binding for Spark https://github.com/Microsoft/Mobius Spark for .NET
Developers Introduction https://msdn.microsoft.com/en-us/magazine/mt595756.aspx You can also look at
https://github.com/MSRCCS/Prajna
... View more
11-02-2015
03:15 PM
1 Kudo
Just to add context to this correct answer, the password required here to access the gateway.jks keystore is the password provided as the Knox master secret in Ambari when Knox was installed. The Ambari install scripts for Knox use the described knoxcli.sh create-master command "under the covers".
... View more
09-29-2015
12:28 AM
Kafka installed by ambari uses host.name=FQDN of the host. This causes kafka to bind on hostname only. Did you try adding sandbox.hortonworks.com along with ip to /etc/hosts on your desktop.
... View more
11-21-2016
11:21 AM
Hi @Landon Robinson @jwitt i was trying to install ambari-agent on the pi3 but was having issues as the repo didnt support armv71. is there a way around this, thanks
... View more
09-25-2015
09:16 PM
One good thing to show in the tutorial would be how this lets you manage multi-tenancy for Spark (currently only available via Spark on YARN) https://github.com/hortonworks-gallery/ambari-zeppelin-service/blob/master/README.md#zeppelin-yarn-integration
... View more
02-02-2016
07:36 PM
This is a great tutorial - lots of visuals and clear instructions. I have consistently encountered one problem, though: I configure a user, add an ssh key, then log in, but I do not have access to HDFS, and I can't su to root because the password "hadoop" does not work. This is on the latest Hortonworks sandbox from the marketplace on Azure. I can't find any other reference to a default password, and without it I can't see a way to monkey around with permissions to get HDFS working. Am I barking up the wrong end of the stick? I can't think of anything else that I might have missed...
... View more
- « Previous
-
- 1
- 2
- Next »