[ 
https://issues.apache.org/jira/browse/SPARK-14947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15259865#comment-15259865
 ] 

Raymond Honderdors commented on SPARK-14947:
--------------------------------------------

it issues 2 command over ODBC
1st SET -v
2nd SHOW TABLES IN `default`

for the tables used inside Mircorstrategy it will also run SELECT COUNT(0) FROM 
default.spark_15229

the diffs i found in the command file are now attached as 
https://issues.apache.org/jira/secure/attachment/12800983/screenshot-1.png
the code in green is what i have "restored" into my local project to make it 
work again

let me see if there is others tools that use ODBC connector that are 
experiencing the same issue


(i do know that the ODBC driver for Linux has the same behavior for both 
versions, on windows based platform the ODBC driver works only for 1.6.x , not 
for 2.0 master branch)


> Showtable Command - Can't List Tables Using JDBC Connector
> ----------------------------------------------------------
>
>                 Key: SPARK-14947
>                 URL: https://issues.apache.org/jira/browse/SPARK-14947
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 2.0.0
>            Reporter: Raymond Honderdors
>            Priority: Minor
>             Fix For: 2.0.0
>
>         Attachments: screenshot-1.png
>
>
> Showtable Command does not list tables using external tool like 
> (microstrategy)
> it does work in beeline
> between the master and 1.6 branch there is a difference in the command file, 
> 1 it was relocated 2 the content changed.
> when i compiled the master branch with the "old" version of the code JDBC 
> functionality was restored



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to