[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2010-01-24 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-1097:
-

  Resolution: Fixed
Hadoop Flags: [Incompatible change, Reviewed]  (was: [Incompatible change])
  Status: Resolved  (was: Patch Available)

bq. Thought about this some more - since 0.21 hasn't been released and this is 
the first version that has this contrib seems like its ok to not handle the 
case of a persisted Writable with a double instead of a decimal. Changed to 
incompatible to make explicit.

Since you're the sole contributor to this module, I view this as your decision. 
FWIW, as it hasn't yet been released, an incompatible change is exactly the 
risk early adopters take, in my opinion.

I committed this. Thanks, Omer!

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: contrib/vertica
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097-3.patch, 
> MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2010-01-24 Thread Chris Douglas (JIRA)

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

Chris Douglas updated MAPREDUCE-1097:
-

Component/s: contrib/vertica

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>  Components: contrib/vertica
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097-3.patch, 
> MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2010-01-09 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Status: Patch Available  (was: Open)

Thought about this some more - since 0.21 hasn't been released and this is the 
first version that has this contrib seems like its ok to not handle the case of 
a persisted Writable with a double instead of a decimal. Changed to 
incompatible to make explicit.

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097-3.patch, 
> MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2010-01-09 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Hadoop Flags: [Incompatible change]

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097-3.patch, 
> MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2010-01-09 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Attachment: MAPREDUCE-1097-3.patch

Updated patch against latest changes.

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097-3.patch, 
> MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2010-01-09 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Status: Open  (was: Patch Available)

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097-3.patch, 
> MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-12-07 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Status: Patch Available  (was: Open)

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-12-07 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Status: Open  (was: Patch Available)

fixes per Aaron's comments.

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-12-07 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Attachment: MAPREDUCE-1097-2.patch

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097-2.patch, MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-12-04 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Fix Version/s: 0.21.0
   Status: Patch Available  (was: Open)

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Fix For: 0.21.0
>
> Attachments: MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-12-04 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Status: Open  (was: Patch Available)

wrong target

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Attachments: MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-11-22 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Attachment: MAPREDUCE-1097.patch

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Attachments: MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-11-22 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Release Note: Adds support for Vertica 3.5 truncate table, deploy_design 
and numeric types.
  Status: Patch Available  (was: Open)

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
> Attachments: MAPREDUCE-1097.patch
>
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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



[jira] Updated: (MAPREDUCE-1097) Changes/fixes to support Vertica 3.5

2009-11-21 Thread Omer Trajman (JIRA)

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

Omer Trajman updated MAPREDUCE-1097:


Description: 
Vertica 3.5 includes three changes that the formatters should handle:

1) deploy_design function that handles much of the logic in the optimize 
method.  This improvement uses deploy_design if the server version supports it 
instead of orchestrating in the formatter function.
2) truncate table instead of recreating the table
3) numeric, decimal, money, number types (all the same path)

  was:Vertica 3.5 includes a deploy_design function that handles much of the 
logic in the optimize method.  This improvement uses deploy_design if the 
server version supports it instead of orchestrating in the formatter function.

Summary: Changes/fixes to support Vertica 3.5  (was: Use deploy_design 
function in Vertica 3.5)

> Changes/fixes to support Vertica 3.5
> 
>
> Key: MAPREDUCE-1097
> URL: https://issues.apache.org/jira/browse/MAPREDUCE-1097
> Project: Hadoop Map/Reduce
>  Issue Type: Improvement
>Affects Versions: 0.21.0
> Environment: Hadoop 0.21.0 pre-release and Vertica 3.5
>Reporter: Omer Trajman
>Assignee: Omer Trajman
>Priority: Minor
>
> Vertica 3.5 includes three changes that the formatters should handle:
> 1) deploy_design function that handles much of the logic in the optimize 
> method.  This improvement uses deploy_design if the server version supports 
> it instead of orchestrating in the formatter function.
> 2) truncate table instead of recreating the table
> 3) numeric, decimal, money, number types (all the same path)

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