[
https://issues.apache.org/jira/browse/PHOENIX-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16883235#comment-16883235
]
Lars Hofhansl commented on PHOENIX-3541:
----------------------------------------
There's a failure in master Jenkins build that is possibly related. Please have
a quick look, just to be sure.
{code:java}
Failed
org.apache.phoenix.end2end.join.SubqueryIT.org.apache.phoenix.end2end.join.SubqueryIT
Failing for the past 1 build (Since #2450 )
Took 7 ms.
Error Message
java.lang.IllegalArgumentException: Wrong FS:
file:/home/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-core/test-data/e0db9551-700a-4636-96ca-e9f68f093d58,
expected: hdfs://localhost:34092
Stacktrace
java.lang.RuntimeException: java.lang.IllegalArgumentException: Wrong FS:
file:/home/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-core/test-data/e0db9551-700a-4636-96ca-e9f68f093d58,
expected: hdfs://localhost:34092
Caused by: java.lang.IllegalArgumentException: Wrong FS:
file:/home/jenkins/jenkins-slave/workspace/Phoenix-master/phoenix-core/test-data/e0db9551-700a-4636-96ca-e9f68f093d58,
expected: hdfs://localhost:34092
{code}
> Bulk Data Loading - Can't use table name by small letter
> ---------------------------------------------------------
>
> Key: PHOENIX-3541
> URL: https://issues.apache.org/jira/browse/PHOENIX-3541
> Project: Phoenix
> Issue Type: Bug
> Affects Versions: 4.8.0
> Reporter: Beomjun Kim
> Assignee: Karthik Palanisamy
> Priority: Major
> Fix For: 4.15.0, 5.1.0
>
> Attachments: PHOENIX-3541.master.v1.patch,
> PHOENIX-3541.master.v2.patch, PHOENIX-3541.patch
>
>
> i have existing Phoenix table abc
> i wanna Bulk Data Loading via MapReduce
> And then used the following command to load the csv file
> hadoop jar
> /root/Phoenix/apache-phoenix-4.8.0-HBase-0.98-bin/phoenix-4.8.0-HBase-0.98-client.jar
> org.apache.phoenix.mapreduce.CsvBulkLoadTool --t abc --input /example.csv
> but, it does not seem to find the table abc
> Exception in thread "main" java.lang.IllegalArgumentException: Table ABC not
> found
> i try change command table name --t 'abc' and --t "abc"
> but it doesn't work
> how can i use table name small letter ??
> And also, i found same case
> http://apache-phoenix-user-list.1124778.n5.nabble.com/Load-into-Phoenix-table-via-CsvBulkLoadTool-cannot-find-table-and-fails-td2792.html
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)