[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-07-28 Thread John (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John updated HIVE-6152:
---

Affects Version/s: (was: 0.13.1)

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Fix For: 0.13.0
>
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch, HIVE-6152.5.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-07-28 Thread John (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John updated HIVE-6152:
---

Summary: insert query fails on hdfs federation + viewfs  (was: "insert 
query fails on hdfs federation + viewfs" still exists)

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Fix For: 0.13.0
>
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch, HIVE-6152.5.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6152) "insert query fails on hdfs federation + viewfs" still exists

2014-07-28 Thread John (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

John updated HIVE-6152:
---

Affects Version/s: 0.13.1
  Summary: "insert query fails on hdfs federation + viewfs" still 
exists  (was: insert query fails on hdfs federation + viewfs)

https://issues.apache.org/jira/browse/HIVE-6152

> "insert query fails on hdfs federation + viewfs" still exists
> -
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Fix For: 0.13.0
>
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch, HIVE-6152.5.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-01-29 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-6152:
---

   Resolution: Fixed
Fix Version/s: 0.13.0
   Status: Resolved  (was: Patch Available)

Committed to trunk. 

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Fix For: 0.13.0
>
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch, HIVE-6152.5.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-01-28 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-6152:
---

Attachment: HIVE-6152.5.patch

Rebased on latest trunk. I think for first phase, we can keep it this way.  
Later on, we can bring it on common path.

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch, HIVE-6152.5.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-01-28 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-6152:
---

Status: Patch Available  (was: Open)

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch, HIVE-6152.5.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-01-28 Thread Ashutosh Chauhan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashutosh Chauhan updated HIVE-6152:
---

Status: Open  (was: Patch Available)

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)


[jira] [Updated] (HIVE-6152) insert query fails on hdfs federation + viewfs

2014-01-13 Thread Thejas M Nair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-6152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thejas M Nair updated HIVE-6152:


Summary: insert query fails on hdfs federation + viewfs  (was: insert query 
fails on federation + viewfs)

> insert query fails on hdfs federation + viewfs
> --
>
> Key: HIVE-6152
> URL: https://issues.apache.org/jira/browse/HIVE-6152
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-6152.1.patch, HIVE-6152.2.patch, HIVE-6152.3.patch, 
> HIVE-6152.4.patch
>
>
> This is because Hive first writes data to /tmp/ and than moves from /tmp to 
> final destination. In federated HDFS recommendation is to mount /tmp on a 
> separate nameservice, which is usually different than /user. Since renames 
> across different mount points are not supported, this fails. 



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)