Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3485 | 05-03-2017 05:13 PM | |
| 2872 | 05-02-2017 08:38 AM | |
| 3123 | 05-02-2017 08:13 AM | |
| 3089 | 04-10-2017 10:51 PM | |
| 1578 | 03-28-2017 02:27 AM |
01-20-2017
02:46 PM
@Singh Pratap - Please accept appropriate answer.
... View more
12-12-2016
01:44 AM
It seems I have finally fixed this: it was really a timeout problem and the higher values I had set were not enough. I increased views.request.read.timeout to 40 seconds: views.request.read.timeout.millis = 40000 and now it's allways working (until now).
... View more
11-25-2016
02:53 PM
Thanks for the answers, I inform you that I solved my problem, the problem is that I work on a version ubuntu 14 32bits but the commands works on 64bits.
... View more
11-24-2016
04:36 AM
Thank you. Yes it is ancient. I am looking at justifying an upgrade.
... View more
03-07-2017
06:59 PM
Hi @Artem Ervits ... I have opened new thead in HCC. Below is the link, https://community.hortonworks.com/questions/87491/ambari-server-setup-v2410-error-cannot-import-name.html
... View more
11-21-2016
01:29 AM
--split-by option is possible for text column after add sqoop-site.xml in ambari or add that option in command line. Like this. I think oracle record count is not relevant splitted file size. Because actual file size depends on column count and column type and column value size per one record. And here's my interesting sqoop import results. One file total size : 2.2 GB sqoop import ... --direct --fetch size 1000 --num-mappers 10 --split-by EMP_NO (TEXT) 0 bytes each 3 mappers, and 1.1GB to 1 mapper. and re-test with same value except below option. --split-by REEDER_ID (NUMBER) In my opinion, Sqoop mappers only parallel processing without regard to the file size for selected query results in oracle record, these are not evenly split file size. Also --split-by with NUMBER TYPE COLUMN option is useful than TEXT TYPE COLUMN that is not accurate for splitted file size.
... View more
02-02-2017
03:14 PM
1 Kudo
This was filed to STORM-2335 and just fixed. For Apache side it will be available for Storm 1.1.0 (and maybe 1.0.3 which release vote is in progress), and I think this patch will be applied to later HDP / HDF version. Hope this helps.
... View more
11-09-2016
06:26 AM
@Artem Ervits it's dummy data.
... View more
11-07-2016
04:00 PM
@ARUN please keep in mind that by setting this property you're giving load balancer algorithm limited information about the load on your cluster. It will impact it's ability to balance the regions.
... View more
11-06-2016
09:27 PM
Thanks a million for sharing keep the spirit
... View more