Viewing 10 posts - 1 through 10 (of 10 total)
Hi Chris,
The permissions or user id having access to Hadoop is struggling to create its home directory in HDFS. You could try adding the permissions manually to Hadoop.
October 31, 2017 at 12:13 am
Hi,
On the Hadoop machine, find the analogous file in the Hadoop configuration directory. In the file, find and copy the value of the configuration key yarn.application.classpath.
Below...
October 31, 2017 at 12:07 am
Thanks ChrisM@Work ,will try to use output data.
My thought:
If you want something, then you can achieve it. You will get all you want in life if you help enough other...
April 18, 2013 at 3:02 am
I want to use 2 statements in case of when matched clause
i.e
Update all the values of Vacancy.TB_FTSearchData
also
update the VacancyFTSupdated from table vacancy.TB_Vacancy
April 17, 2013 at 4:15 am
The Create table statements are
CREATE TABLE [Vacancy].[TB_Vacancy](
[VacancyInternalID] [bigint] IDENTITY(1,1) NOT NULL,
[VacancyExternalID] [nvarchar](40) NULL,
[VacancyReferenceNumber] [nvarchar](100) NULL,
[VacancyTitle] [nvarchar](400) NOT NULL,
[VacancyQuantity] [smallint] NULL,
[VacancyYearsOfExperience] [tinyint] NULL,
[VacancyCompetency] [nvarchar](max) NULL,
[VacancySalaryBaseRate] [numeric](14, 0) NULL,
[VacancySalaryTopRate] [numeric](14, 0) NULL,
[VacancySalaryFrequencyID]...
April 15, 2013 at 1:10 am
I am getting following errors
first time execution gives this error
Batch execution is terminated because of debugger request
second time execution gives this error
A transport-level error has occurred when sending the request...
November 1, 2012 at 11:36 pm
But here I am getting one extra column which I don't want.
and also in other cases I need to use multiple case statement with order by because different datatype...
November 1, 2012 at 3:16 am
Thank you for your excellent solution now its working fine:w00t:
November 1, 2012 at 3:06 am
Hi,
Thanks 4 ur solution but I am getting error in order clause
Incorrect syntax near the keyword 'order'.
Incorrect syntax near the keyword 'ELSE'.
Incorrect syntax near the keyword 'ELSE'.
October 31, 2012 at 10:15 pm
Viewing 10 posts - 1 through 10 (of 10 total)