Re: ApplicationMaster's logs are not available

2015-04-29 Thread Zoltán Zvara
I'm using 2.6.0 pre-packed and downloaded from HTTP repo. I've also found out that NM will not respond after deploying my AM. It seems that YARN is still not protected from malicious AMs - though I did not want to write one, it's just not correct. If I kill my application, new submission won't rea

how to load data

2015-04-29 Thread Kumar Jayapal
Hello All, I have this table CREATE TABLE DBCLOC( BLwhse int COMMENT 'DECIMAL(5,0) Whse', BLsdat string COMMENT 'DATE Sales Date', BLreg_num smallint COMMENT 'DECIMAL(3,0) Reg#', BLtrn_num int COMMENT 'DECIMAL(5,0) Trn#', BLscnr string COMMENT 'CHAR(1) Scenario', BLareq strin

Re: how to load data

2015-04-29 Thread Alexander Pivovarov
1. Create external textfile hive table pointing to /extract/DBCLOC and specify CSVSerde if using hive-0.14 and newer use this https://cwiki.apache.org/confluence/display/Hive/CSV+Serde if hive-0.13 and older use https://github.com/ogrodnek/csv-serde You do not even need to unzgip the file. hive a

ipc.client RetryUpToMaximumCountWithFixedSleep

2015-04-29 Thread Mahmood Naderan
Hi,when I run the following command, I get ipc.client timeout error. [mahmood@tiger Index]$ java -jar indexdata.jar `pwd`/result hdfs://127.0.0.1:9000/data-Index 15/04/30 10:21:03 INFO ipc.Client: Retrying connect to server: localhost.localdomain/127.0.0.1:9000. Already tried 0 time(s); retry pol