Problem with Hadoop Hive Task and Hadoop Pig Task in SSIS for SQL2016
hi,
i'm testing out new task hadoop ins ssis sql2016. have installed hdinsight emulator , tried execute little pig script. when execute directly @ grunt prompt pig script works expected, if execute hadoop pig script in ssis fails , have following output (remove comment logs name of task):
[remove comment logs] information: schedule hadoop job successfully. job id job_1455103176281_0024
[remove comment logs] information: hadoop job job_1455103176281_0024 status prep
[remove comment logs] information: hadoop job job_1455103176281_0024 status prep
[remove comment logs] information: hadoop job job_1455103176281_0024 status running
[remove comment logs] information: hadoop job job_1455103176281_0024 status succeeded
[remove comment logs] information: hadoop job job_1455103176281_0024 tracking url
[remove comment logs] information: hadoop job job_1455103176281_0024 exit value 255
[remove comment logs] error: hadoop job job_1455103176281_0024 exit value not 0
task remove comment logs failed
likewise if execute hive script in hive prompt everthing works expected, if execute same script hadoop hive task fails following output:
[hadoop hive task] information: schedule hadoop job successfully. job id job_1455103176281_0025
[hadoop hive task] information: hadoop job job_1455103176281_0025 status prep
[hadoop hive task] information: hadoop job job_1455103176281_0025 status prep
[hadoop hive task] information: hadoop job job_1455103176281_0025 status running
[hadoop hive task] information: hadoop job job_1455103176281_0025 status running
[hadoop hive task] information: hadoop job job_1455103176281_0025 status succeeded
[hadoop hive task] information: hadoop job job_1455103176281_0025 tracking url
[hadoop hive task] information: hadoop job job_1455103176281_0025 exit value 403
[hadoop hive task] error: hadoop job job_1455103176281_0025 exit value not 0
task hadoop hive task failed
it looks me hadoop jobs executed successfully, although no data produced , there somehow failure @ tracking url's causing failure (just thought).
has got hadoop task in sql2016 working or can me errors.
i'm using ctp 3.3
thanks lot in advance
marc mertens
SQL Server > SQL Server Integration Services
Comments
Post a Comment