[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2018-05-17 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16479182#comment-16479182
 ] 

Hudson commented on SQOOP-816:
--

SUCCESS: Integrated in Jenkins build Sqoop-hadoop200 #1166 (See 
[https://builds.apache.org/job/Sqoop-hadoop200/1166/])
SQOOP-3324: Document SQOOP-816: Sqoop add support for external Hive (vasas: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git=commit=6c0b3201280f3c7c4c56530909fbb2977e58542e])
* (edit) src/docs/man/hive-args.txt
* (edit) src/docs/user/hive-args.txt
* (edit) src/docs/user/hive.txt


> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Assignee: Chris Teoh
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
> Fix For: 1.4.7
>
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2018-05-17 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16479117#comment-16479117
 ] 

ASF subversion and git services commented on SQOOP-816:
---

Commit 6c0b3201280f3c7c4c56530909fbb2977e58542e in sqoop's branch 
refs/heads/trunk from [~vasas]
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=6c0b320 ]

SQOOP-3324: Document SQOOP-816: Sqoop add support for external Hive tables

(Fero Szabo via Szabolcs Vasas)


> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Assignee: Chris Teoh
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
> Fix For: 1.4.7
>
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2017-05-16 Thread Anna Szonyi (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16012005#comment-16012005
 ] 

Anna Szonyi commented on SQOOP-816:
---

Hi [~chris.t...@gmail.com],

Thank you for your contribution!

Thanks,
Anna

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Assignee: Chris Teoh
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2017-04-18 Thread Ying Cao (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15972170#comment-15972170
 ] 

Ying Cao commented on SQOOP-816:


Hive external table is an very import, it will be very useful for sqoop to 
support Hive external table

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Assignee: Chris Teoh
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2016-09-15 Thread Chris Teoh (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15494656#comment-15494656
 ] 

Chris Teoh commented on SQOOP-816:
--

Added --as-external-table option when using --hive-import option and 
--target-dir option

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Assignee: Chris Teoh
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2016-09-15 Thread Chris Teoh (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15493249#comment-15493249
 ] 

Chris Teoh commented on SQOOP-816:
--

Patch added. Please review
https://reviews.apache.org/r/51912/

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Assignee: Chris Teoh
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2016-02-10 Thread Virendhar Sivaraman (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15140505#comment-15140505
 ] 

Virendhar Sivaraman commented on SQOOP-816:
---

+1 yes this feature will be useful

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2016-02-01 Thread Jakkani (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15127717#comment-15127717
 ] 

Jakkani commented on SQOOP-816:
---

It would be much usefull.

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2015-09-03 Thread Nitin Kumar (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14730299#comment-14730299
 ] 

Nitin Kumar commented on SQOOP-816:
---

+1 for external table support

> Scoop and support for external Hive tables
> --
>
> Key: SQOOP-816
> URL: https://issues.apache.org/jira/browse/SQOOP-816
> Project: Sqoop
>  Issue Type: Improvement
>  Components: hive-integration
>Reporter: Santosh Achhra
>Priority: Minor
>  Labels: External, Hive,, Scoop,, Tables, newbie
>
> Sqoop is not supporting HIVE external tables at the moment. Any imports using 
> scoop creates a managed table, in real world scenario it is very important to 
> have EXTERNAL tables. As of now we have to execute ALTER statement to change 
> table properties to make the the table as external table which is not a big 
> deal but it would nice have an option in scoop to specify type of table which 
> is required



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2014-09-19 Thread Pratik Khadloya (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14141554#comment-14141554
 ] 

Pratik Khadloya commented on SQOOP-816:
---

+1 on supporting creation of external tables.

 Scoop and support for external Hive tables
 --

 Key: SQOOP-816
 URL: https://issues.apache.org/jira/browse/SQOOP-816
 Project: Sqoop
  Issue Type: Improvement
  Components: hive-integration
Reporter: Santosh Achhra
Priority: Minor
  Labels: External, Hive,, Scoop,, Tables, newbie

 Sqoop is not supporting HIVE external tables at the moment. Any imports using 
 scoop creates a managed table, in real world scenario it is very important to 
 have EXTERNAL tables. As of now we have to execute ALTER statement to change 
 table properties to make the the table as external table which is not a big 
 deal but it would nice have an option in scoop to specify type of table which 
 is required



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SQOOP-816) Scoop and support for external Hive tables

2013-01-27 Thread Vidhya Parvathy R (JIRA)

[ 
https://issues.apache.org/jira/browse/SQOOP-816?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13563851#comment-13563851
 ] 

Vidhya Parvathy R  commented on SQOOP-816:
--

Wouldn't it be much easier to sqoop directly to HDFS and execute create 
external table query in hive. 

Changing the managed tables to external would take up a lot of processing in 
the background since the contend needs to be transferred to HDFS to make the 
table external.

 Scoop and support for external Hive tables
 --

 Key: SQOOP-816
 URL: https://issues.apache.org/jira/browse/SQOOP-816
 Project: Sqoop
  Issue Type: Improvement
  Components: hive-integration
Reporter: Santosh Achhra
Priority: Minor
  Labels: External, Hive,, Scoop,, Tables

 Sqoop is not supporting HIVE external tables at the moment. Any imports using 
 scoop creates a managed table, in real world scenario it is very important to 
 have EXTERNAL tables. As of now we have to execute ALTER statement to change 
 table properties to make the the table as external table which is not a big 
 deal but it would nice have an option in scoop to specify type of table which 
 is required

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira