Member since
05-17-2016
190
Posts
46
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1387 | 09-07-2017 06:24 PM | |
1790 | 02-24-2017 06:33 AM | |
2575 | 02-10-2017 09:18 PM | |
7066 | 01-11-2017 08:55 PM | |
4707 | 12-15-2016 06:16 PM |
11-23-2016
07:00 PM
2 Kudos
@bala krishnan It works for me when I set Replacement Strategy to "Literal Replace": my input file has control-a (but no \001) and my output file has control-a followed by test. When I use the default Replacement Value ("Regex Replace") my output file has \001test
... View more
02-01-2017
03:25 AM
@boyer if that answers your question, please accept it as best.
... View more
09-13-2016
04:25 AM
1 Kudo
on RM node and restart the RM.
... View more
04-19-2018
05:03 AM
Hey, I got the same error and tried to change the queue mapping as shown in the reply. The exception still persists. Is there any other configuration in capacity scheduler that I am missing? org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1523981307991_0009 to
YARN : Application application_1523981307991_0009 submitted by user hadoop to unknown queue: Queue1
<property>
<name>yarn.scheduler.capacity.queue-mappings</name>
<value>u:user1:queue1,g:group1:queue2,u:%user:%user,u:user2:%primary_group</value>
<description>
Here, <user1> is mapped to <queue1>, <group1> is mapped to <queue2>,
maps users to queues with the same name as user, <user2> is mapped
to queue name same as <primary group> respectively. The mappings will be
evaluated from left to right, and the first valid mapping will be used.
</description>
</property>
... View more
08-30-2016
06:23 AM
1 Kudo
@Arun A K Please do some Entity submission from Falcon CLI and then you can see submitted and scheduled entities on Falcon UI. The version you are using in that view capability of submitted entities is only available.
... View more
08-26-2016
07:03 PM
Not Sure why, but when a user "x" was created in IPA, there was an entry for x under users and also under groups. Could be this lead to ambiguity for the search to locate the right user "x" (arun in my case). To resolve the ambiguity, I thought of referring users by their uid rather than the default cn, which could conflict.
... View more
08-24-2016
07:44 PM
Thanks Again!!. I was prototyping, and hence wasn't looking for something at an enterprise level. 🙂
... View more
07-20-2016
01:32 PM
Once you start the sandbox, the url would be displayed within your VM. For the online shell, try http://localhost:4200/
For detailed instructions, refer http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/
... View more
07-18-2016
03:42 PM
Try this, but this version is for version 1.5 and up data.write.format('com.databricks.spark.csv').options(delimiter="\t", codec="org.apache.hadoop.io.compress.GzipCodec").save('s3a://myBucket/myPath')
... View more
- « Previous
- Next »