For sqoop import query how to get one row transform to 3 values each (as coma separated ) in a single row?
up vote
0
down vote
favorite
My data in RDBMS is like below
Id URI
1 abcd
2 efgh
3 jjkl
4 mnop
5 qrst
6 uvwx
I want to sqoop this data in below format ( single row need to be fetched )
URI
abcd,efgh,ijkl
mnop,qrst,uvwx
mysql sqoop
New contributor
add a comment |
up vote
0
down vote
favorite
My data in RDBMS is like below
Id URI
1 abcd
2 efgh
3 jjkl
4 mnop
5 qrst
6 uvwx
I want to sqoop this data in below format ( single row need to be fetched )
URI
abcd,efgh,ijkl
mnop,qrst,uvwx
mysql sqoop
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
My data in RDBMS is like below
Id URI
1 abcd
2 efgh
3 jjkl
4 mnop
5 qrst
6 uvwx
I want to sqoop this data in below format ( single row need to be fetched )
URI
abcd,efgh,ijkl
mnop,qrst,uvwx
mysql sqoop
New contributor
My data in RDBMS is like below
Id URI
1 abcd
2 efgh
3 jjkl
4 mnop
5 qrst
6 uvwx
I want to sqoop this data in below format ( single row need to be fetched )
URI
abcd,efgh,ijkl
mnop,qrst,uvwx
mysql sqoop
mysql sqoop
New contributor
New contributor
New contributor
asked yesterday
Indu k
1
1
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Indu k is a new contributor. Be nice, and check out our Code of Conduct.
Indu k is a new contributor. Be nice, and check out our Code of Conduct.
Indu k is a new contributor. Be nice, and check out our Code of Conduct.
Indu k is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53371989%2ffor-sqoop-import-query-how-to-get-one-row-transform-to-3-values-each-as-coma-se%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown