GitHub user jackylk opened a pull request:
https://github.com/apache/spark/pull/3954
Bug report: bulkload failed if there are space in CSV fields
create table t3(rk string, sid int, probeid int, interfaceid int, primary
key(rk)) mapped by (test3, cols=[sid=cf.sid, probeid=cf.probeid,
interfaceid=cf.interfaceid])
load data local inpath './testdata' into table t3
if the CSV like this (there are space in int field), bulkload will fail
6327328162, 1837228, 6373,1
@scwf
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Huawei-Spark/spark HW_HBase
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/3954.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3954
----
commit 5c7f25f084639e55e3a4ddf4fa72c29694f73df2
Author: Bo Meng <[email protected]>
Date: 2015-01-07T02:04:48Z
hbase support - initial checkin
commit 990038aa39117fa64490f0e8d7f948d28c99fc63
Author: Bo Meng <[email protected]>
Date: 2015-01-07T02:04:48Z
hbase support - initial checkin
commit a9d0e6bff20c91439d938bb12d132fecd7403ec9
Author: Bo Meng <[email protected]>
Date: 2015-01-07T16:43:24Z
Merge branch 'HW_HBase' of https://github.com/Huawei-Spark/spark into
HW_HBase
commit 3ec200434bdb81bc969e8374e73c08e93de9f167
Author: xinyunh <[email protected]>
Date: 2015-01-07T18:48:50Z
Modify HBaseMainTest and Add testcase for JavaApi
commit d223b793e4c1f56862c0fe0b83795cc2e8a70560
Author: Bo Meng <[email protected]>
Date: 2015-01-07T23:15:04Z
remove the duplicate folder
commit 1d214fd0fb353a88b069416b0b4c1e93151108f2
Author: xinyunh <[email protected]>
Date: 2015-01-08T04:11:09Z
fix for JavaAPI 'show tables'
commit 7afc8e6b030b448391a67503c3100025b9b8f50c
Author: Yan Zhou <[email protected]>
Date: 2015-01-08T04:56:46Z
fix java API issue on 'Describe Table'
commit 26182948ebde471608ed6e050e3dbf1b85432b09
Author: xinyunh <[email protected]>
Date: 2015-01-08T16:26:43Z
fix a Describe Table issue
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]