Member since
02-15-2016
6
Posts
5
Kudos Received
0
Solutions
03-02-2016
07:31 PM
Sorry I should have specified that we are using Ambari to upload into HDFS.
... View more
03-02-2016
04:15 PM
1 Kudo
We are trying to uplaod a file to HDFS that is 80GB. We are writing the file to /opt/Hadoop/tmp/.hdfs-nfs. It works fine with small files, but not with larger ones. Does anyone have an answer as to where the file should write in temporarly prior to it moving into HDFS? Is there some sort of other setting we need to consider?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
HDFS
02-15-2016
08:05 PM
1 Kudo
I had to restart the hadoop01 host. Once that finished and everything was green I then tried to find the switch to hdfs system account user. I don't see where that is located within that Host?
... View more
02-15-2016
07:32 PM
1 Kudo
Ok I was able to achieve the first part in adding the property. I want to verify what I need to do for the next piece? also, after logging into vm as root su - hdfs hdfs dfs -mkdir /user/admin hdfs dfs -chown -R admin:hdfs /user/admin Thank you for the help!
... View more
02-15-2016
07:14 PM
2 Kudos
I am trying to create a table from the tutorials. I was able to upload the Batting.csv file, but when I take the next step of creating the table to hold this file it gives me the error: User: ambari is not allowed to impersonate USERNAME Can anyone explain what I am doing wrong? Thank you
... View more
Labels:
- Labels:
-
Apache Ambari