Member since
01-27-2016
48
Posts
9
Kudos Received
0
Solutions
03-25-2017
01:34 PM
@Jay SenSharma Yes it is pointing to the correct version 2.4.3.13-1. Nothing is there in Ambari logs as well
... View more
03-25-2017
01:34 PM
@Jay SenSharma Yes it is pointing to the correct version 2.4.3.13-1. Nothing is there in Ambari logs as well
... View more
03-25-2017
01:19 PM
I was expecting 2.4.3.13-1 . The output is below : hdp-select accumulo-client - None
accumulo-gc - None
accumulo-master - None
accumulo-monitor - None
accumulo-tablet - None
accumulo-tracer - None
atlas-server - 2.4.3.13-1
falcon-client - 2.4.3.13-1
falcon-server - 2.4.3.13-1
flume-server - None
hadoop-client - 2.4.3.13-1
hadoop-hdfs-datanode - 2.4.3.13-1
hadoop-hdfs-journalnode - 2.4.3.13-1
hadoop-hdfs-namenode - 2.4.3.13-1
hadoop-hdfs-nfs3 - 2.4.3.13-1
hadoop-hdfs-portmap - 2.4.3.13-1
hadoop-hdfs-secondarynamenode - 2.4.3.13-1
hadoop-httpfs - 2.4.3.13-1
hadoop-mapreduce-historyserver - 2.4.3.13-1
hadoop-yarn-nodemanager - 2.4.3.13-1
hadoop-yarn-resourcemanager - 2.4.3.13-1
hadoop-yarn-timelineserver - 2.4.3.13-1
hbase-client - 2.4.3.13-1
hbase-master - 2.4.3.13-1
hbase-regionserver - 2.4.3.13-1
hive-metastore - 2.4.3.13-1
hive-server2 - 2.4.3.13-1
hive-webhcat - 2.4.3.13-1
kafka-broker - None
knox-server - 2.4.3.13-1
livy-server - None
mahout-client - None
oozie-client - 2.4.3.13-1
oozie-server - 2.4.3.13-1
phoenix-client - 2.4.3.13-1
phoenix-server - 2.4.3.13-1
ranger-admin - 2.4.3.13-1
ranger-kms - 2.4.3.13-1
ranger-usersync - 2.4.3.13-1
slider-client - 2.4.3.13-1
spark-client - 2.4.3.13-1
spark-historyserver - 2.4.3.13-1
spark-thriftserver - 2.4.3.13-1
sqoop-client - 2.4.3.13-1
sqoop-server - 2.4.3.13-1
storm-client - 2.4.3.13-1
storm-nimbus - 2.4.3.13-1
storm-slider-client - 2.4.3.13-1
storm-supervisor - 2.4.3.13-1
zeppelin-server - None
zookeeper-client - 2.4.3.13-1
zookeeper-server - 2.4.3.13-1
rpm -qa | grep sqoop
sqoop_2_4_2_0_258-1.4.6.2.4.2.0-258.el6.noarch
sqoop_2_4_3_13_1-1.4.6.2.4.3.13-1.el6.noarch
sqoop_2_4_3_0_227-metastore-1.4.6.2.4.3.0-227.el6.noarch
sqoop_2_2_4_10_1-1.4.5.2.2.4.10-1.el6.noarch
sqoop_2_2_4_10_1-metastore-1.4.5.2.2.4.10-1.el6.noarch
sqoop_2_4_3_13_1-metastore-1.4.6.2.4.3.13-1.el6.noarch
sqoop_2_4_2_0_258-metastore-1.4.6.2.4.2.0-258.el6.noarch
sqoop_2_4_3_0_227-1.4.6.2.4.3.0-227.el6.noarch
... View more
03-25-2017
12:44 PM
@JaySenSharma : Actually if I run yum list sqoop command. It does not show me the package in the version which I have installed. yum list sqoop Loaded plugins: changelog, downloadonly, kabi
Loading support for Red Hat kernel ABI
Available Packages
sqoop.noarch 1.4.6.2.5.3.0-37.el6 HDP-2.4.3.0 HDP-2.4.3.0 is the older version, I have upgraded it to a new version of HDP 2.4.3.X.X which is a patched version
... View more
03-25-2017
11:49 AM
I have done HDP Rolling Upgrade. The services are all running fine. However, all the clients which are there they are in red(triangle state) , even when I refresh the configs the operation successfully completes but the client does not start. Do you know what could be the potential root cause or what needs to be done.
... View more
Labels:
- Labels:
-
Apache Ambari
10-07-2016
08:10 AM
I am working on a aws dataset(email dataset -enron) . I just wanted to do a word count on all of the emails and find out the average. The files are zipped (Please see the screen shot attachment which shows how the actual data set looks like). Please if some one could help me by looking at the scrscreen-shot-2016-10-07-at-090457.pngeen shot that how I can do the word count processing using spark (scala preferably). I would really appreciate . Note: The actual datasize is 210 GB. I am planning to run an EMR cluster then perform the processing.
... View more
Labels:
- Labels:
-
Apache Spark
09-06-2016
02:30 PM
@bpreachuk and @Constantin Stanca Thanks a lot for resolving this.
... View more
09-06-2016
08:21 AM
@ Constantin Stanca : Thanks a lot for the help but Its is still giving semantic exception Invalid table alias or column reference 's': possible column names are emp_no, salary, from_date, to_date
... View more
09-02-2016
09:55 PM
@Daniel Kozlowski Please see attached screen grab screen-shot-2016-09-02-at-225412.png
... View more
09-02-2016
09:53 PM
@Daniel Kozlowski : It's still gives an exception "Expression not in Group By key emp_no"
... View more
09-02-2016
09:34 PM
> Not sure can use select min(from_date) clause create table employees2_final stored as ORC tblproperties (‘orc.compress’=‘SNAPPY’)
AS
SELECT
e.emp_no, e.birth_date,e.first_name, e.last_name, e.gender, select min(s.from_date) from new2_salaries s
GROUP BY s.emp_no
WHERE s.emp_no = e.emp_no as hire_date_new from employees e.
... View more
- Tags:
- Data Processing
- Hive
Labels:
- Labels:
-
Apache Hive
04-27-2016
10:42 AM
It worked Thanks
... View more
04-27-2016
08:21 AM
@Alessio Ubaldi : Thanks the query has started but its still failing. I guess I am still missing something. screen-shot-2016-04-27-at-092033.png
... View more
04-27-2016
07:29 AM
Please find the attached for the error screen grabscreen-shot-2016-04-27-at-082448.png Sqoop Query : sqoop import --driver com.mysql.jdbc.Driver --connect jdbc:mysql://sandbox.hortonworks.com/test --username root -P --m 1 --query "select empid, ename from emp WHERE '$CONDITIONS' AND eid > '200' " --target-dir /user/maria_dev
... View more
Labels:
- Labels:
-
Apache Sqoop
04-22-2016
10:00 AM
I am trying this create table emp1 LIKE emp CLUSTERED BY () INTO 4 BUCKETS STORED AS ORC; Its giving a parse exception :
rg.apache.ambari.view.hive.client.HiveInvalidQueryException:Errorwhile compiling statement: FAILED:ParseException line 4:42 missing EOF at 'CLUSTERED' near 'emp'[ERROR_STATUS] org.apache.ambari.view.hive.client.HiveInvalidQueryException:Errorwhile compiling statement: FAILED:ParseException line 4:42 missing EOF at 'CLUSTERED' near 'emp'[ERROR_STATUS] at org.apache.ambari.view.hive.client.Utils.verifySuccess(Utils.java:46)
... View more
Labels:
- Labels:
-
Apache Hive
02-23-2016
11:33 AM
@Neeraj Sabharwal : Thanks for your reply but I have earlier used ambari-server sync-ldap --all . It has synced all the users which are in the Active Directory. How I can revert the changes and sync only certain groups. I have got the command for syncing certain groups with Ambari but the question is how I can remove all the users (which are already synced)
... View more
02-23-2016
11:19 AM
1 Kudo
I have synced all the Ambari AD. Can anyone let me know how to async the existing users.
... View more
Labels:
- Labels:
-
Apache Ambari
02-16-2016
05:57 PM
1 Kudo
@Neeraj Sabharwal : Kool it worked beautifully. Thanks a lot
... View more
02-16-2016
05:50 PM
1 Kudo
@Neeraj Sabharwal Thanks Budd 🙂 will try that
... View more
02-16-2016
05:47 PM
1 Kudo
I am planning to download Ambari Blueprint from the cluster. I have heard there is a way . Can anyone help me on this.
... View more
Labels:
- Labels:
-
Apache Ambari
02-12-2016
09:51 AM
Sorry there is typo in the question its without using Load Balancer
... View more
02-12-2016
09:45 AM
2 Kudos
Can anyone share any documentation on configuring HA for Oozie and Hive without Load Balancer.
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Oozie
02-11-2016
10:30 AM
@Neeraj Sabharwal Thanks 🙂
... View more
02-11-2016
09:57 AM
1 Kudo
Where I can find the severity of the log message for every component. I am looking in log4j.properties for respective component but not able to find it for all the logs.
... View more
- Tags:
- Hadoop Core
- logs
02-09-2016
03:32 PM
@Artem Ervits : Thanks a lot for the reply. So for Kafka in the above document we need to comment (hash) below mentioned properties Comment out the appender’s date pattern: #log4j.appender.kafkaAppender.DatePattern='.'yyyy-MM-dd-HH
#log4j.appender.kafkaAppender=org.apache.log4j.DailyRollingFileAppender
... View more
02-09-2016
03:25 PM
How to switch off the log rotation in hadoop. The log rotation is currently done by the log4j. I am trying to collect individual log file details and also SEV levels
... View more
Labels:
- Labels:
-
Apache Hadoop
02-03-2016
05:53 PM
Also have used this hadoop.http.staticuser.user=hdfs. Still not working
... View more
02-03-2016
05:52 PM
@Artem Ervits The cluster is kerberized. I tried that but it didn't worked
... View more
02-03-2016
05:27 PM
1 Kudo
I am trying to view Namenode Logs in Ambari - I am login as admin but its giving dr.who (which I guess is permission issues)
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop