[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-28 Thread Ning Zhang (JIRA)

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

Ning Zhang updated HIVE-1109:
-

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

Commit. Thanks Zheng!

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Fix For: 0.6.0
>
> Attachments: HIVE-1109.1.patch, HIVE-1109.2.patch, HIVE-1109.3.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-28 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1109:
-

Attachment: HIVE-1109.3.patch

Thanks Ning. Fixed the 2 failed negative tests.

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Attachments: HIVE-1109.1.patch, HIVE-1109.2.patch, HIVE-1109.3.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-28 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1109:
-

Status: Patch Available  (was: Open)

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Attachments: HIVE-1109.1.patch, HIVE-1109.2.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-28 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1109:
-

Attachment: HIVE-1109.2.patch

Incorporated the changes needed for HIVE-1113.

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Attachments: HIVE-1109.1.patch, HIVE-1109.2.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-28 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1109:
-

Status: Open  (was: Patch Available)

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Attachments: HIVE-1109.1.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-27 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1109:
-

Attachment: HIVE-1109.1.patch

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Attachments: HIVE-1109.1.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-1109) Structured temporary directories

2010-01-27 Thread Zheng Shao (JIRA)

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

Zheng Shao updated HIVE-1109:
-

Status: Patch Available  (was: Open)

> Structured temporary directories
> 
>
> Key: HIVE-1109
> URL: https://issues.apache.org/jira/browse/HIVE-1109
> Project: Hadoop Hive
>  Issue Type: Improvement
>Affects Versions: 0.6.0
>Reporter: Zheng Shao
>Assignee: Zheng Shao
> Attachments: HIVE-1109.1.patch
>
>
> Currently Hive execution uses a lot of temporary directories. These 
> directories are NOT named by date or time, so it's impossible to know what 
> are the temporary directories (in case the query failed to clean up) that can 
> be deleted safely.
> We should have a better temporary directory structure, with the date and time 
> in the directory name.
> This will help a lot when we are able to resume a query that failed in the 
> middle, because we need to preserve the temporary directories for that query.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.