Member since
02-01-2016
71
Posts
36
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4951 | 06-27-2019 10:09 AM | |
1916 | 01-27-2017 05:22 AM | |
2251 | 01-06-2017 05:05 AM | |
3418 | 11-17-2016 05:37 AM | |
3675 | 03-03-2016 12:28 PM |
01-04-2017
12:28 PM
While trying to import data from mysql into hdfs using delimiter '||' is not supporting and single '|' character is supported. Is there any way to perfom the same.
we have data in the columns with | character so wants to go with '||' as delimiter
... View more
Labels:
- Labels:
-
Apache Sqoop
12-08-2016
09:38 AM
I've had the same issue and the solution helped @Aravindan Vijayan
... View more
11-17-2016
05:37 AM
Hi , Issue got resolved by completely removing ambari-server and ambari-agent, Also by moving /var/lib/ambari-server and /var/lib/ambari-agent and reinstalling both and importing the backup db's of ambari and ambarirca.
... View more
11-16-2016
12:02 PM
Unfortunately , no backup of PFX folder, only had backup of ambari and ambarirca DB.
... View more
11-16-2016
05:25 AM
@smohanty yes, went for an upgrade and due to some issues had to roll back and after roll back I imported the backup of DB , after restoring the DB Can't start ambari-server due to the exception as above.
... View more
11-16-2016
02:01 AM
Caused by: org.apache.ambari.server.AmbariException: Stack Definition Service at '/var/lib/ambari-server/resources/common-services/PXF/3.0.0/metainfo.xml' doesn't contain a metainfo.xml file
... View more
Labels:
- Labels:
-
Apache Ambari
11-15-2016
12:24 PM
Thanq @SBandaru By unchecking Skip group modifications during install, I am able to install and configure using LDAP.
... View more
11-14-2016
10:00 AM
Labels:
- Labels:
-
Apache Ambari
07-14-2016
10:28 AM
I have to write a script to move files(csv) from one location in hdfs to another staging location in hdfs.(based on date)
As of now I have to move files from April 2nd 2016.
Later I have to schedule it so that files will be picked up for every 1 hr and moved to staging location.
Hive tables are created on top of this staging location.
... View more
Labels:
- Labels:
-
Apache Hadoop
03-03-2016
12:28 PM
3 Kudos
I have resolved the issue by performing /usr/bin/hdp-select --- it displays all the installed components along with the versions., which showed the error about which client component is having issue... it is due to the symlink issue for the client component
accumulo-client - None
accumulo-gc - None
accumulo-master - None
accumulo-monitor - None
accumulo-tablet - None
accumulo-tracer - None
atlas-server - 2.4.0.0-169
falcon-client - 2.4.0.0-169
falcon-server - 2.4.0.0-169
flume-server - None
hadoop-client - 2.4.0.0-169
hadoop-hdfs-datanode - 2.4.0.0-169
hadoop-hdfs-journalnode - 2.4.0.0-169
hadoop-hdfs-namenode - 2.4.0.0-169
hadoop-hdfs-nfs3 - 2.4.0.0-169
hadoop-hdfs-portmap - 2.4.0.0-169
hadoop-hdfs-secondarynamenode - 2.4.0.0-169
hadoop-httpfs - 2.4.0.0-169
hadoop-mapreduce-historyserver - 2.4.0.0-169
hadoop-yarn-nodemanager - 2.4.0.0-169
hadoop-yarn-resourcemanager - 2.4.0.0-169
hadoop-yarn-timelineserver - 2.4.0.0-169
hbase-client - 2.4.0.0-169
hbase-master - 2.4.0.0-169
hbase-regionserver - 2.4.0.0-169
hive-metastore - 2.4.0.0-169
hive-server2 - 2.4.0.0-169
hive-webhcat - 2.4.0.0-169
kafka-broker - 2.4.0.0-169
knox-server - None
mahout-client - None
oozie-client - 2.4.0.0-169
oozie-server - 2.4.0.0-169
phoenix-client - 2.4.0.0-169
phoenix-server - 2.4.0.0-169
ranger-admin - None
ranger-kms - None
ranger-usersync - None
slider-client - None
spark-client - 2.4.0.0-169
spark-historyserver - 2.4.0.0-169
spark-thriftserver - 2.4.0.0-169
sqoop-client - 2.4.0.0-169
sqoop-server - 2.4.0.0-169
storm-client - None
storm-nimbus - None
storm-slider-client - None
storm-supervisor - None
zeppelin-server - None
zookeeper-client - 2.4.0.0-169
zookeeper-server - 2.4.0.0-169
... View more