[jira] [Commented] (SQOOP-3010) Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used

2016-09-26 Thread Hudson (JIRA)

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

Hudson commented on SQOOP-3010:
---

FAILURE: Integrated in Jenkins build Sqoop-hadoop23 #1262 (See 
[https://builds.apache.org/job/Sqoop-hadoop23/1262/])
SQOOP-3010: Sqoop should not allow --as-parquetfile with hcatalog jobs (venkat: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git=commit=8f3989d9ad32167a2d259377f5634b2ee32ee6ed])
* (edit) src/java/org/apache/sqoop/tool/BaseSqoopTool.java
* (edit) src/test/com/cloudera/sqoop/hive/TestHiveImport.java
* (edit) src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java


> Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive 
> import with create-hive-table is used
> -
>
> Key: SQOOP-3010
> URL: https://issues.apache.org/jira/browse/SQOOP-3010
> Project: Sqoop
>  Issue Type: Bug
>Affects Versions: 1.4.6
>Reporter: Sowmya Ramesh
>Assignee: Sowmya Ramesh
> Fix For: 1.4.7
>
>
> sqoop import ... --create-hcatalog-table --hcatalog-table --as-parquetfile
> {noformat}
>   Error: java.lang.RuntimeException: Should never be used
>   at 
> org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat.getRecordWriter(MapredParquetOutputFormat.java:76)
>   at 
> org.apache.hive.hcatalog.mapreduce.FileOutputFormatContainer.getRecordWriter(FileOutputFormatContainer.java:103)
> {noformat}
> This should not run and should display a validation error as it does for both 
> --as-sequencefile and --as-avrodatafile but the job runs and fails later with 
> RuntimeException



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


[jira] [Commented] (SQOOP-3010) Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used

2016-09-26 Thread Hudson (JIRA)

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

Hudson commented on SQOOP-3010:
---

SUCCESS: Integrated in Jenkins build Sqoop-hadoop200 #1064 (See 
[https://builds.apache.org/job/Sqoop-hadoop200/1064/])
SQOOP-3010: Sqoop should not allow --as-parquetfile with hcatalog jobs (venkat: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git=commit=8f3989d9ad32167a2d259377f5634b2ee32ee6ed])
* (edit) src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java
* (edit) src/java/org/apache/sqoop/tool/BaseSqoopTool.java
* (edit) src/test/com/cloudera/sqoop/hive/TestHiveImport.java


> Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive 
> import with create-hive-table is used
> -
>
> Key: SQOOP-3010
> URL: https://issues.apache.org/jira/browse/SQOOP-3010
> Project: Sqoop
>  Issue Type: Bug
>Affects Versions: 1.4.6
>Reporter: Sowmya Ramesh
>Assignee: Sowmya Ramesh
> Fix For: 1.4.7
>
>
> sqoop import ... --create-hcatalog-table --hcatalog-table --as-parquetfile
> {noformat}
>   Error: java.lang.RuntimeException: Should never be used
>   at 
> org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat.getRecordWriter(MapredParquetOutputFormat.java:76)
>   at 
> org.apache.hive.hcatalog.mapreduce.FileOutputFormatContainer.getRecordWriter(FileOutputFormatContainer.java:103)
> {noformat}
> This should not run and should display a validation error as it does for both 
> --as-sequencefile and --as-avrodatafile but the job runs and fails later with 
> RuntimeException



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


[jira] [Commented] (SQOOP-3010) Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used

2016-09-26 Thread Hudson (JIRA)

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

Hudson commented on SQOOP-3010:
---

FAILURE: Integrated in Jenkins build Sqoop-hadoop20 #1060 (See 
[https://builds.apache.org/job/Sqoop-hadoop20/1060/])
SQOOP-3010: Sqoop should not allow --as-parquetfile with hcatalog jobs (venkat: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git=commit=8f3989d9ad32167a2d259377f5634b2ee32ee6ed])
* (edit) src/test/com/cloudera/sqoop/hive/TestHiveImport.java
* (edit) src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java
* (edit) src/java/org/apache/sqoop/tool/BaseSqoopTool.java


> Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive 
> import with create-hive-table is used
> -
>
> Key: SQOOP-3010
> URL: https://issues.apache.org/jira/browse/SQOOP-3010
> Project: Sqoop
>  Issue Type: Bug
>Affects Versions: 1.4.6
>Reporter: Sowmya Ramesh
>Assignee: Sowmya Ramesh
> Fix For: 1.4.7
>
>
> sqoop import ... --create-hcatalog-table --hcatalog-table --as-parquetfile
> {noformat}
>   Error: java.lang.RuntimeException: Should never be used
>   at 
> org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat.getRecordWriter(MapredParquetOutputFormat.java:76)
>   at 
> org.apache.hive.hcatalog.mapreduce.FileOutputFormatContainer.getRecordWriter(FileOutputFormatContainer.java:103)
> {noformat}
> This should not run and should display a validation error as it does for both 
> --as-sequencefile and --as-avrodatafile but the job runs and fails later with 
> RuntimeException



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


[jira] [Commented] (SQOOP-3010) Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used

2016-09-26 Thread Hudson (JIRA)

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

Hudson commented on SQOOP-3010:
---

FAILURE: Integrated in Jenkins build Sqoop-hadoop100 #1024 (See 
[https://builds.apache.org/job/Sqoop-hadoop100/1024/])
SQOOP-3010: Sqoop should not allow --as-parquetfile with hcatalog jobs (venkat: 
[https://git-wip-us.apache.org/repos/asf?p=sqoop.git=commit=8f3989d9ad32167a2d259377f5634b2ee32ee6ed])
* (edit) src/java/org/apache/sqoop/tool/BaseSqoopTool.java
* (edit) src/test/org/apache/sqoop/hcat/TestHCatalogBasic.java
* (edit) src/test/com/cloudera/sqoop/hive/TestHiveImport.java


> Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive 
> import with create-hive-table is used
> -
>
> Key: SQOOP-3010
> URL: https://issues.apache.org/jira/browse/SQOOP-3010
> Project: Sqoop
>  Issue Type: Bug
>Affects Versions: 1.4.6
>Reporter: Sowmya Ramesh
>Assignee: Sowmya Ramesh
> Fix For: 1.4.7
>
>
> sqoop import ... --create-hcatalog-table --hcatalog-table --as-parquetfile
> {noformat}
>   Error: java.lang.RuntimeException: Should never be used
>   at 
> org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat.getRecordWriter(MapredParquetOutputFormat.java:76)
>   at 
> org.apache.hive.hcatalog.mapreduce.FileOutputFormatContainer.getRecordWriter(FileOutputFormatContainer.java:103)
> {noformat}
> This should not run and should display a validation error as it does for both 
> --as-sequencefile and --as-avrodatafile but the job runs and fails later with 
> RuntimeException



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


[jira] [Commented] (SQOOP-3010) Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used

2016-09-26 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on SQOOP-3010:


Commit 8f3989d9ad32167a2d259377f5634b2ee32ee6ed in sqoop's branch 
refs/heads/trunk from Venkatesan Ranganathan
[ https://git-wip-us.apache.org/repos/asf?p=sqoop.git;h=8f3989d ]

SQOOP-3010: Sqoop should not allow --as-parquetfile with hcatalog jobs or when 
hive import with create-hive-table is used

  (Sowmya Ramesh via Venkat Ranganathan)


> Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive 
> import with create-hive-table is used
> -
>
> Key: SQOOP-3010
> URL: https://issues.apache.org/jira/browse/SQOOP-3010
> Project: Sqoop
>  Issue Type: Bug
>Affects Versions: 1.4.6
>Reporter: Sowmya Ramesh
>Assignee: Sowmya Ramesh
>
> sqoop import ... --create-hcatalog-table --hcatalog-table --as-parquetfile
> {noformat}
>   Error: java.lang.RuntimeException: Should never be used
>   at 
> org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat.getRecordWriter(MapredParquetOutputFormat.java:76)
>   at 
> org.apache.hive.hcatalog.mapreduce.FileOutputFormatContainer.getRecordWriter(FileOutputFormatContainer.java:103)
> {noformat}
> This should not run and should display a validation error as it does for both 
> --as-sequencefile and --as-avrodatafile but the job runs and fails later with 
> RuntimeException



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


[jira] [Commented] (SQOOP-3010) Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive import with create-hive-table is used

2016-09-25 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on SQOOP-3010:
---

Github user liz-z17 commented on the issue:

https://github.com/apache/sqoop/pull/28
  
Hi @git-rbanerjee ,
Sqoop project currently does not accept pull requests. To contribute, you 
will need to generate patch and upload it to the JIRA.
See the instructions here: 
https://cwiki.apache.org/confluence/display/SQOOP/How+to+Contribute
If you need more directions, I'd be happy to help!


> Sqoop should not allow --as-parquetfile with hcatalog jobs or when hive 
> import with create-hive-table is used
> -
>
> Key: SQOOP-3010
> URL: https://issues.apache.org/jira/browse/SQOOP-3010
> Project: Sqoop
>  Issue Type: Bug
>Affects Versions: 1.4.6
>Reporter: Sowmya Ramesh
>Assignee: Sowmya Ramesh
>
> sqoop import ... --create-hcatalog-table --hcatalog-table --as-parquetfile
> {noformat}
>   Error: java.lang.RuntimeException: Should never be used
>   at 
> org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat.getRecordWriter(MapredParquetOutputFormat.java:76)
>   at 
> org.apache.hive.hcatalog.mapreduce.FileOutputFormatContainer.getRecordWriter(FileOutputFormatContainer.java:103)
> {noformat}
> This should not run and should display a validation error as it does for both 
> --as-sequencefile and --as-avrodatafile but the job runs and fails later with 
> RuntimeException



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