[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2017-11-08 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-15707:
---
Fix Version/s: (was: 1.4.0)

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.0.4, 1.4.0, 1.1.5, 1.2.2
>Reporter: huaxiang sun
>Assignee: huaxiang sun
> Fix For: 2.0.0, 1.3.0, 0.98.20
>
> Attachments: HBASE-15707-branch-1_v001.patch, HBASE-15707-v001.patch, 
> HBASE-15707-v002.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-05-04 Thread Andrew Purtell (JIRA)

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

Andrew Purtell updated HBASE-15707:
---
Fix Version/s: 0.98.20

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
>Assignee: huaxiang sun
> Fix For: 2.0.0, 1.3.0, 1.4.0, 0.98.20
>
> Attachments: HBASE-15707-branch-1_v001.patch, HBASE-15707-v001.patch, 
> HBASE-15707-v002.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-04-27 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15707:
---
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: 1.4.0
   1.3.0
   Status: Resolved  (was: Patch Available)

Thanks for the patch, huaxiang.

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
>Assignee: huaxiang sun
> Fix For: 2.0.0, 1.3.0, 1.4.0
>
> Attachments: HBASE-15707-branch-1_v001.patch, HBASE-15707-v001.patch, 
> HBASE-15707-v002.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-04-27 Thread huaxiang sun (JIRA)

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

huaxiang sun updated HBASE-15707:
-
Attachment: HBASE-15707-branch-1_v001.patch

patch for branch-1

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
> Fix For: 2.0.0
>
> Attachments: HBASE-15707-branch-1_v001.patch, HBASE-15707-v001.patch, 
> HBASE-15707-v002.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-04-26 Thread Ted Yu (JIRA)

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

Ted Yu updated HBASE-15707:
---
Fix Version/s: 2.0.0

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
> Fix For: 2.0.0
>
> Attachments: HBASE-15707-v001.patch, HBASE-15707-v002.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-04-25 Thread huaxiang sun (JIRA)

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

huaxiang sun updated HBASE-15707:
-
Attachment: HBASE-15707-v002.patch

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
> Attachments: HBASE-15707-v001.patch, HBASE-15707-v002.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-04-25 Thread huaxiang sun (JIRA)

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

huaxiang sun updated HBASE-15707:
-
Status: Patch Available  (was: Open)

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
> Attachments: HBASE-15707-v001.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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


[jira] [Updated] (HBASE-15707) ImportTSV bulk output does not support tags with hfile.format.version=3

2016-04-25 Thread huaxiang sun (JIRA)

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

huaxiang sun updated HBASE-15707:
-
Attachment: HBASE-15707-v001.patch

> ImportTSV bulk output does not support tags with hfile.format.version=3
> ---
>
> Key: HBASE-15707
> URL: https://issues.apache.org/jira/browse/HBASE-15707
> Project: HBase
>  Issue Type: Bug
>  Components: mapreduce
>Affects Versions: 2.0.0, 1.3.0, 1.4.0, 1.1.5, 1.2.2, 1.0.5
>Reporter: huaxiang sun
> Attachments: HBASE-15707-v001.patch
>
>
> Running the following command:
> {code}
> hbase hbase org.apache.hadoop.hbase.mapreduce.ImportTsv \ 
> -Dhfile.format.version=3 \ 
> -Dmapreduce.map.combine.minspills=1 \ 
> -Dimporttsv.separator=, \ 
> -Dimporttsv.skip.bad.lines=false \ 
> -Dimporttsv.columns="HBASE_ROW_KEY,cf1:a,HBASE_CELL_TTL" \ 
> -Dimporttsv.bulk.output=/tmp/testttl/output/1 \ 
> testttl \ 
> /tmp/testttl/input 
> {code}
> The content of input is like:
> {code}
> row1,data1,0060 
> row2,data2,0660 
> row3,data3,0060 
> row4,data4,0660
> {code}
> When running hfile tool with the output hfile, there is no ttl tag.



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