Member since
08-20-2018
22
Posts
0
Kudos Received
0
Solutions
08-30-2018
11:21 PM
Yes, Insufficient RAM can be a problem. However this can be investigated/confirmed based on the data requested above.
... View more
08-29-2018
01:52 PM
hi @Jay Kumar SenSharma I checked the hive20 log and see this error: I also found this: THE FILA FORMAT DELIMITED THE FIELDS ENDED BY '' ESCAPED BY '' STORED AS TEXTFILE, Account ID: 1, TdI: 140 I think the row format is invalid, the file that you try to upload to a background account for large data.
... View more
08-23-2018
01:46 PM
hi, @Akhil S Naik is correct, my memory was on the limit, do you know why i can't change the configuration of the different services on ambari? i have to add an SmartSense ID to start it
... View more
08-22-2018
04:21 PM
1 Kudo
@yadir Aguilar This is a permission issue. You need to give permissions on the folder to admin user or create directory as hdfs user su hdfs
hdfs dfs -mkdir /user/d (or) su hdfs
hdfs dfs -chown admin:admin /user/d . If you are using a kerberized environment, you should do a kinit with hdfs keytab and then run the above commands kinit -kt /etc/security/keytabs/hdfs.headless.keytab {user-principal} . Please "Accept" the answer if this helps.
... View more
08-22-2018
04:38 PM
Hi @yadir Aguilar ,
i think you should have started the ambari-server using the command
ambari-server start
In that case please use the command
ambari-server status
This is just how systemd works. For systemd to track a process it needs to be started with systemd.
If it is started outside systemd, it won't manage the process and the status will be "not started"
E.g:
# valid flow
ambari-server start
ambari-server status
# valid flow
systemctl start ambari-server
systemctl status ambari-server
# invalid flow
ambari-server start
systemctl status ambari-server
Please accept answer if this helps you :)
... View more
08-22-2018
02:39 PM
@Jay Kumar SenSharma if i want to configure a data lake for business intelligence, what i have to use, HDP or HDF?
... View more
08-21-2018
03:37 PM
thanks @Akhil S Naik i believe that the error was resolved
... View more