Member since
01-04-2016
409
Posts
313
Kudos Received
35
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 6995 | 01-16-2018 07:00 AM | |
| 2615 | 09-13-2017 06:17 PM | |
| 4968 | 09-13-2017 05:58 AM | |
| 3173 | 08-28-2017 07:16 AM | |
| 4738 | 05-11-2017 11:30 AM |
10-07-2016
05:43 PM
When you are getting following error? Will you describe please
... View more
10-07-2016
05:34 PM
1 Kudo
@Vinay Sharma you can download the rpm of ambari and try to install through ambari:- https://ambari.apache.org/1.2.3/installing-hadoop-using-ambari/content/ambari-chap2-1.html http://ambari.apache.org/install.html
... View more
10-07-2016
05:33 PM
@tauqeer khan you can download the rpm of ambari and try to install through ambari:- https://ambari.apache.org/1.2.3/installing-hadoop-using-ambari/content/ambari-chap2-1.html http://ambari.apache.org/install.html
... View more
10-07-2016
05:06 PM
@Roland Simonis Please try to install using root or add your user in sudoers list. Add /etc/sudoers # Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
... View more
10-05-2016
04:19 PM
2 Kudos
@ankush reddy sugureddy You have to do the entry of you hostname as fully qualified domain in /etc/hosts file i.e.:- vi /etc/hosts 10.xxxx.xxx.xxx test.xyz.com then the output will be of hostname -f is test.xyz.com and then reset the server with ambari-server reset command and try again. Steps to setup cluster:- There are some pre-requisites required for hadoop that we need to take care of before we set up the cluster. We will do them one by one now. Install ntp and sync the time. 1) Setup password-less ssh from master to slaves. 2) Update /etc/hosts file 3) Update it on each node to contain entries for all hosts in the cluster. 4) install Java 5) disable seliux and iptable 6)Download amabari repo wget -nv http://public-repo-1.hortonworks.com/ambari/centos6/2.x/updates/2.1.0/ambari.repo -O /etc/yum.repos.d/ambari.repo 7) install amabari yum install ambari-server 😎 run command to setup amabari ambari-server setup and press enter for all question 9) Now start the ambari server ambari-server start 10) Once service is started successfully then check UI at <ambari IP>:8080 11) You will see UI. Default login credentials are admin:admin (username:password) For the next steps follow the link:- http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.0.0/bk_Installing_HDP_AMB/content/_launching_the_ambari_install_wizard.html
... View more
10-04-2016
10:20 AM
@ Mourad Chahri, Did you changed anything in cluster? Did you see anything in logs?
... View more
10-04-2016
09:46 AM
@dnyanesh kulkarnni 1)Can you update how much data is there? 2) You want to build poc cluster or production?
... View more
10-03-2016
12:03 PM
@Peter Kim Please accept the answer, if this works for you.
... View more
10-03-2016
11:58 AM
@ Artem Ervits I am able to login on hive shell but when I ran any query that time I am getting error. After restart its works then how it will be network issue?
... View more
10-03-2016
11:18 AM
2 Kudos
I am using HDP-2.1, Hive version:-0.13.0.2.1. And we are getting error intermediate. When we restart the hive then is gets resolved. Why this issue is coming. Any idea:- Error:- FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. MetaException(message:Got exception: org.apache.thrift.transport.TTransportException java.net.SocketException: Broken pipe).
... View more
Labels:
- Labels:
-
Apache Hive