<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question cloudera odbc hive: Attribute identifier invalid or not supported: 1068 in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/cloudera-odbc-hive-Attribute-identifier-invalid-or-not/m-p/68003#M79345</link>
    <description>&lt;P&gt;I am trying to Map a Hive ODBC datasource in IBM Campaign 9.1.2, but the connection to Hive database failed.&lt;BR /&gt;In Cloudera log on campaign server I have the following error:&lt;BR /&gt;&lt;STRONG&gt;ERROR 2241103616 Connection::SQLSetConnectAttr: [Cloudera][ODBC] (10210) :Attribute identifier invalid or not supported: 1068&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I test the connection with isql&amp;nbsp; , it is OK , I get the SQL prompt.&lt;BR /&gt;Does anybody have any idea?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the technical environment is the following:&lt;BR /&gt;IBM Campaign 9.1.2 on a linux server (Redhat 6.6)&lt;BR /&gt;Cloudera odbc driver for Apache Hive version 2.5.16&amp;nbsp; 64 bits&lt;BR /&gt;unix_ODBC version 2.2.14&amp;nbsp; 64 bits&lt;BR /&gt;Kerberos authentification.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;############################&lt;BR /&gt;Environnment variables&lt;BR /&gt;############################&lt;/P&gt;&lt;P&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/appli/unica/Campaign/bin:$LD_LIBRARY_PATH:/usr/local/lib:/opt/cloudera/hiveodbc/lib/64&lt;BR /&gt;export LD_LIBRARY_PATH&lt;BR /&gt;export NLS_LANG=FRENCH_FRANCE.AL32UTF8&lt;BR /&gt;export CAMPAIGN_HOME=/appli/unica/Campaign&lt;/P&gt;&lt;P&gt;ODBCINI=/etc/odbc.ini&lt;BR /&gt;export ODBCINI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;############################&lt;BR /&gt;cloudera.hiveodbc.ini&lt;BR /&gt;############################&lt;BR /&gt;[Driver]&lt;/P&gt;&lt;P&gt;## - Note that this default DriverManagerEncoding of UTF-32 is for iODBC.&lt;BR /&gt;## - unixODBC uses UTF-16 by default.&lt;BR /&gt;## - If unixODBC was compiled with -DSQL_WCHART_CONVERT, then UTF-32 is the correct value.&lt;BR /&gt;##&amp;nbsp;&amp;nbsp; Execute 'odbc_config --cflags' to determine if you need UTF-32 or UTF-16 on unixODBC&lt;BR /&gt;## - SimbaDM can be used with UTF-8 or UTF-16.&lt;BR /&gt;##&amp;nbsp;&amp;nbsp; The DriverUnicodeEncoding setting will cause SimbaDM to run in UTF-8 when set to 2 or UTF-16 when set to 1.&lt;/P&gt;&lt;P&gt;DriverManagerEncoding=UTF-32&lt;BR /&gt;ErrorMessagesPath=/opt/cloudera/hiveodbc/ErrorMessages/&lt;BR /&gt;LogLevel=0&lt;BR /&gt;LogPath=&lt;BR /&gt;SwapFilePath=/tmp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;## - Uncomment the ODBCInstLib corresponding to the Driver Manager being used.&lt;BR /&gt;## - Note that the path to your ODBC Driver Manager must be specified in LD_LIBRARY_PATH (LIBPATH for AIX).&lt;BR /&gt;## - Note that AIX has a different format for specifying its shared libraries.&lt;/P&gt;&lt;P&gt;# Generic ODBCInstLib&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; iODBC&lt;BR /&gt;ODBCInstLib=libodbcinst.so&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; SimbaDM / unixODBC&lt;BR /&gt;#ODBCInstLib=libodbcinst.so&lt;/P&gt;&lt;P&gt;# AIX specific ODBCInstLib&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; iODBC&lt;BR /&gt;#ODBCInstLib=libiodbcinst.a(libiodbcinst.so.2)&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; SimbaDM&lt;BR /&gt;#ODBCInstLib=libodbcinst.a(odbcinst.so)&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; unixODBC&lt;BR /&gt;#ODBCInstLib=libodbcinst.a(libodbcinst.so.1)&lt;/P&gt;&lt;P&gt;############################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;############################&lt;BR /&gt;odbc.ini configuration&lt;BR /&gt;############################&lt;BR /&gt;[ODBC Data Sources]&lt;BR /&gt;Hive=Cloudera ODBC Driver for Apache Hive 64-bit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Hive]&lt;/P&gt;&lt;P&gt;# Description: DSN Description.&lt;BR /&gt;# This key is not necessary and is only to give a description of the data source.&lt;BR /&gt;Description=Cloudera ODBC Driver for Apache Hive (64-bit) DSN&lt;/P&gt;&lt;P&gt;# Driver: The location where the ODBC driver is installed to.&lt;BR /&gt;Driver=/opt/cloudera/hiveodbc/lib/64/libclouderahiveodbc64.so&lt;/P&gt;&lt;P&gt;# When using No Service Discovery, specify the IP address or host name of the Hive server.&lt;BR /&gt;# When using ZooKeeper as the Service Discovery Mode, specify a comma-separated list of ZooKeeper&lt;BR /&gt;# servers in the following format:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zk_host1:zk_port1&amp;gt;,&amp;lt;zk_host2:zk_port2&amp;gt;,...&lt;BR /&gt;HOST=xxxxxx.dcn.fr.YYYYYYYY.com&lt;/P&gt;&lt;P&gt;# The TCP port Hive server is listening. This is not required when using ZooKeeper as the service&lt;BR /&gt;# discovery mode as the port is specified in the HOST connection attribute.&lt;BR /&gt;PORT=10000&lt;/P&gt;&lt;P&gt;# The name of the database schema to use when a schema is not explicitly specified in a query.&lt;BR /&gt;Schema=test&lt;/P&gt;&lt;P&gt;# Set to 0 to when connecting directory to Hive Server 2 (No Service Discovery).&lt;BR /&gt;# Set to 1 to do Hive Server 2 service discovery using ZooKeeper.&lt;BR /&gt;# Note service discovery is not support when using Hive Server 1.&lt;BR /&gt;ServiceDiscoveryMode=0&lt;/P&gt;&lt;P&gt;# The namespace on ZooKeeper under which Hive Server 2 znodes are added. Required only when doing&lt;BR /&gt;# HS2 service discovery with ZooKeeper (ServiceDiscoveryMode=1).&lt;BR /&gt;ZKNamespace=&lt;/P&gt;&lt;P&gt;# Set to 1 if you are connecting to Hive Server 1. Set to 2 if you are connecting to Hive Server 2.&lt;BR /&gt;HiveServerType=2&lt;/P&gt;&lt;P&gt;# The authentication mechanism to use for the connection.&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 0 for No Authentication&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 1 for Kerberos&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 2 for User Name&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 3 for User Name and Password&lt;BR /&gt;# Note only No Authentication is supported when connecting to Hive Server 1.&lt;BR /&gt;AuthMech=1&lt;/P&gt;&lt;P&gt;# The Thrift transport to use for the connection.&lt;BR /&gt;#&amp;nbsp;Set to 0 for Binary&lt;BR /&gt;#&amp;nbsp;Set to 1 for SASL&lt;BR /&gt;#&amp;nbsp;Set to 2 for HTTP&lt;BR /&gt;# Note for Hive Server 1 only Binary can be used.&lt;BR /&gt;ThriftTransport=1&lt;/P&gt;&lt;P&gt;# When this option is enabled (1), the driver does not transform the queries emitted by an&lt;BR /&gt;# application, so the native query is used.&lt;BR /&gt;# When this option is disabled (0), the driver transforms the queries emitted by an application and&lt;BR /&gt;# converts them into an equivalent from in HiveQL.&lt;BR /&gt;UseNativeQuery=0&lt;/P&gt;&lt;P&gt;# Set the UID with the user name to use to access Hive when using AuthMech 2 to 8.&lt;BR /&gt;UID=unica&lt;/P&gt;&lt;P&gt;# The following is settings used when using Kerberos authentication (AuthMech 1 and 10)&lt;/P&gt;&lt;P&gt;# The fully qualified host name part of the of the Hive Server 2 Kerberos service principal.&lt;BR /&gt;# For example if the service principal name of you Hive Server 2 is:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; hive/myhs2.mydomain.com@EXAMPLE.COM&lt;BR /&gt;# Then set KrbHostFQDN to myhs2.mydomain.com&lt;BR /&gt;KrbHostFQDN=xxxxxx.dcn.fr.YYYYYYYY.com&lt;/P&gt;&lt;P&gt;# The service name part of the of the Hive Server 2 Kerberos service principal.&lt;BR /&gt;# For example if the service principal name of you Hive Server 2 is:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; hive/myhs2.mydomain.com@EXAMPLE.COM&lt;BR /&gt;# Then set KrbServiceName to hive&lt;BR /&gt;KrbServiceName=hive&lt;/P&gt;&lt;P&gt;# The realm part of the of the Hive Server 2 Kerberos service principal.&lt;BR /&gt;# For example if the service principal name of you Hive Server 2 is:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; hive/myhs2.mydomain.com@EXAMPLE.COM&lt;BR /&gt;# Then set KrbRealm to EXAMPLE.COM&lt;BR /&gt;KrbRealm=BDA-PHENIX.DCN.FR.YYYYYYYY.COM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Set to 1 to enable SSL. Set to 0 to disable.&lt;BR /&gt;SSL=0&lt;/P&gt;&lt;P&gt;# Set to 1 to enable two-way SSL. Set to 0 to disable. You must enable SSL in order to&lt;BR /&gt;# use two-way SSL.&lt;BR /&gt;TwoWaySSL=0&lt;/P&gt;&lt;P&gt;# The file containing the client certificate in PEM format. This is required when using two-way SSL.&lt;BR /&gt;ClientCert=&lt;/P&gt;&lt;P&gt;# The client private key. This is used for two-way SSL authentication.&lt;BR /&gt;ClientPrivateKey=&lt;/P&gt;&lt;P&gt;# The password for the client private key. Password is only required for password protected&lt;BR /&gt;# client private key.&lt;BR /&gt;ClientPrivateKeyPassword=&lt;/P&gt;</description>
    <pubDate>Fri, 08 Jun 2018 16:48:10 GMT</pubDate>
    <dc:creator>Alain</dc:creator>
    <dc:date>2018-06-08T16:48:10Z</dc:date>
    <item>
      <title>cloudera odbc hive: Attribute identifier invalid or not supported: 1068</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/cloudera-odbc-hive-Attribute-identifier-invalid-or-not/m-p/68003#M79345</link>
      <description>&lt;P&gt;I am trying to Map a Hive ODBC datasource in IBM Campaign 9.1.2, but the connection to Hive database failed.&lt;BR /&gt;In Cloudera log on campaign server I have the following error:&lt;BR /&gt;&lt;STRONG&gt;ERROR 2241103616 Connection::SQLSetConnectAttr: [Cloudera][ODBC] (10210) :Attribute identifier invalid or not supported: 1068&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;When I test the connection with isql&amp;nbsp; , it is OK , I get the SQL prompt.&lt;BR /&gt;Does anybody have any idea?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the technical environment is the following:&lt;BR /&gt;IBM Campaign 9.1.2 on a linux server (Redhat 6.6)&lt;BR /&gt;Cloudera odbc driver for Apache Hive version 2.5.16&amp;nbsp; 64 bits&lt;BR /&gt;unix_ODBC version 2.2.14&amp;nbsp; 64 bits&lt;BR /&gt;Kerberos authentification.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;############################&lt;BR /&gt;Environnment variables&lt;BR /&gt;############################&lt;/P&gt;&lt;P&gt;LD_LIBRARY_PATH=$ORACLE_HOME/lib:/appli/unica/Campaign/bin:$LD_LIBRARY_PATH:/usr/local/lib:/opt/cloudera/hiveodbc/lib/64&lt;BR /&gt;export LD_LIBRARY_PATH&lt;BR /&gt;export NLS_LANG=FRENCH_FRANCE.AL32UTF8&lt;BR /&gt;export CAMPAIGN_HOME=/appli/unica/Campaign&lt;/P&gt;&lt;P&gt;ODBCINI=/etc/odbc.ini&lt;BR /&gt;export ODBCINI&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;############################&lt;BR /&gt;cloudera.hiveodbc.ini&lt;BR /&gt;############################&lt;BR /&gt;[Driver]&lt;/P&gt;&lt;P&gt;## - Note that this default DriverManagerEncoding of UTF-32 is for iODBC.&lt;BR /&gt;## - unixODBC uses UTF-16 by default.&lt;BR /&gt;## - If unixODBC was compiled with -DSQL_WCHART_CONVERT, then UTF-32 is the correct value.&lt;BR /&gt;##&amp;nbsp;&amp;nbsp; Execute 'odbc_config --cflags' to determine if you need UTF-32 or UTF-16 on unixODBC&lt;BR /&gt;## - SimbaDM can be used with UTF-8 or UTF-16.&lt;BR /&gt;##&amp;nbsp;&amp;nbsp; The DriverUnicodeEncoding setting will cause SimbaDM to run in UTF-8 when set to 2 or UTF-16 when set to 1.&lt;/P&gt;&lt;P&gt;DriverManagerEncoding=UTF-32&lt;BR /&gt;ErrorMessagesPath=/opt/cloudera/hiveodbc/ErrorMessages/&lt;BR /&gt;LogLevel=0&lt;BR /&gt;LogPath=&lt;BR /&gt;SwapFilePath=/tmp&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;## - Uncomment the ODBCInstLib corresponding to the Driver Manager being used.&lt;BR /&gt;## - Note that the path to your ODBC Driver Manager must be specified in LD_LIBRARY_PATH (LIBPATH for AIX).&lt;BR /&gt;## - Note that AIX has a different format for specifying its shared libraries.&lt;/P&gt;&lt;P&gt;# Generic ODBCInstLib&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; iODBC&lt;BR /&gt;ODBCInstLib=libodbcinst.so&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; SimbaDM / unixODBC&lt;BR /&gt;#ODBCInstLib=libodbcinst.so&lt;/P&gt;&lt;P&gt;# AIX specific ODBCInstLib&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; iODBC&lt;BR /&gt;#ODBCInstLib=libiodbcinst.a(libiodbcinst.so.2)&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; SimbaDM&lt;BR /&gt;#ODBCInstLib=libodbcinst.a(odbcinst.so)&lt;/P&gt;&lt;P&gt;#&amp;nbsp;&amp;nbsp; unixODBC&lt;BR /&gt;#ODBCInstLib=libodbcinst.a(libodbcinst.so.1)&lt;/P&gt;&lt;P&gt;############################&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;############################&lt;BR /&gt;odbc.ini configuration&lt;BR /&gt;############################&lt;BR /&gt;[ODBC Data Sources]&lt;BR /&gt;Hive=Cloudera ODBC Driver for Apache Hive 64-bit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;[Hive]&lt;/P&gt;&lt;P&gt;# Description: DSN Description.&lt;BR /&gt;# This key is not necessary and is only to give a description of the data source.&lt;BR /&gt;Description=Cloudera ODBC Driver for Apache Hive (64-bit) DSN&lt;/P&gt;&lt;P&gt;# Driver: The location where the ODBC driver is installed to.&lt;BR /&gt;Driver=/opt/cloudera/hiveodbc/lib/64/libclouderahiveodbc64.so&lt;/P&gt;&lt;P&gt;# When using No Service Discovery, specify the IP address or host name of the Hive server.&lt;BR /&gt;# When using ZooKeeper as the Service Discovery Mode, specify a comma-separated list of ZooKeeper&lt;BR /&gt;# servers in the following format:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;zk_host1:zk_port1&amp;gt;,&amp;lt;zk_host2:zk_port2&amp;gt;,...&lt;BR /&gt;HOST=xxxxxx.dcn.fr.YYYYYYYY.com&lt;/P&gt;&lt;P&gt;# The TCP port Hive server is listening. This is not required when using ZooKeeper as the service&lt;BR /&gt;# discovery mode as the port is specified in the HOST connection attribute.&lt;BR /&gt;PORT=10000&lt;/P&gt;&lt;P&gt;# The name of the database schema to use when a schema is not explicitly specified in a query.&lt;BR /&gt;Schema=test&lt;/P&gt;&lt;P&gt;# Set to 0 to when connecting directory to Hive Server 2 (No Service Discovery).&lt;BR /&gt;# Set to 1 to do Hive Server 2 service discovery using ZooKeeper.&lt;BR /&gt;# Note service discovery is not support when using Hive Server 1.&lt;BR /&gt;ServiceDiscoveryMode=0&lt;/P&gt;&lt;P&gt;# The namespace on ZooKeeper under which Hive Server 2 znodes are added. Required only when doing&lt;BR /&gt;# HS2 service discovery with ZooKeeper (ServiceDiscoveryMode=1).&lt;BR /&gt;ZKNamespace=&lt;/P&gt;&lt;P&gt;# Set to 1 if you are connecting to Hive Server 1. Set to 2 if you are connecting to Hive Server 2.&lt;BR /&gt;HiveServerType=2&lt;/P&gt;&lt;P&gt;# The authentication mechanism to use for the connection.&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 0 for No Authentication&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 1 for Kerberos&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 2 for User Name&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; Set to 3 for User Name and Password&lt;BR /&gt;# Note only No Authentication is supported when connecting to Hive Server 1.&lt;BR /&gt;AuthMech=1&lt;/P&gt;&lt;P&gt;# The Thrift transport to use for the connection.&lt;BR /&gt;#&amp;nbsp;Set to 0 for Binary&lt;BR /&gt;#&amp;nbsp;Set to 1 for SASL&lt;BR /&gt;#&amp;nbsp;Set to 2 for HTTP&lt;BR /&gt;# Note for Hive Server 1 only Binary can be used.&lt;BR /&gt;ThriftTransport=1&lt;/P&gt;&lt;P&gt;# When this option is enabled (1), the driver does not transform the queries emitted by an&lt;BR /&gt;# application, so the native query is used.&lt;BR /&gt;# When this option is disabled (0), the driver transforms the queries emitted by an application and&lt;BR /&gt;# converts them into an equivalent from in HiveQL.&lt;BR /&gt;UseNativeQuery=0&lt;/P&gt;&lt;P&gt;# Set the UID with the user name to use to access Hive when using AuthMech 2 to 8.&lt;BR /&gt;UID=unica&lt;/P&gt;&lt;P&gt;# The following is settings used when using Kerberos authentication (AuthMech 1 and 10)&lt;/P&gt;&lt;P&gt;# The fully qualified host name part of the of the Hive Server 2 Kerberos service principal.&lt;BR /&gt;# For example if the service principal name of you Hive Server 2 is:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; hive/myhs2.mydomain.com@EXAMPLE.COM&lt;BR /&gt;# Then set KrbHostFQDN to myhs2.mydomain.com&lt;BR /&gt;KrbHostFQDN=xxxxxx.dcn.fr.YYYYYYYY.com&lt;/P&gt;&lt;P&gt;# The service name part of the of the Hive Server 2 Kerberos service principal.&lt;BR /&gt;# For example if the service principal name of you Hive Server 2 is:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; hive/myhs2.mydomain.com@EXAMPLE.COM&lt;BR /&gt;# Then set KrbServiceName to hive&lt;BR /&gt;KrbServiceName=hive&lt;/P&gt;&lt;P&gt;# The realm part of the of the Hive Server 2 Kerberos service principal.&lt;BR /&gt;# For example if the service principal name of you Hive Server 2 is:&lt;BR /&gt;#&amp;nbsp;&amp;nbsp; hive/myhs2.mydomain.com@EXAMPLE.COM&lt;BR /&gt;# Then set KrbRealm to EXAMPLE.COM&lt;BR /&gt;KrbRealm=BDA-PHENIX.DCN.FR.YYYYYYYY.COM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;# Set to 1 to enable SSL. Set to 0 to disable.&lt;BR /&gt;SSL=0&lt;/P&gt;&lt;P&gt;# Set to 1 to enable two-way SSL. Set to 0 to disable. You must enable SSL in order to&lt;BR /&gt;# use two-way SSL.&lt;BR /&gt;TwoWaySSL=0&lt;/P&gt;&lt;P&gt;# The file containing the client certificate in PEM format. This is required when using two-way SSL.&lt;BR /&gt;ClientCert=&lt;/P&gt;&lt;P&gt;# The client private key. This is used for two-way SSL authentication.&lt;BR /&gt;ClientPrivateKey=&lt;/P&gt;&lt;P&gt;# The password for the client private key. Password is only required for password protected&lt;BR /&gt;# client private key.&lt;BR /&gt;ClientPrivateKeyPassword=&lt;/P&gt;</description>
      <pubDate>Fri, 08 Jun 2018 16:48:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/cloudera-odbc-hive-Attribute-identifier-invalid-or-not/m-p/68003#M79345</guid>
      <dc:creator>Alain</dc:creator>
      <dc:date>2018-06-08T16:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: cloudera odbc hive: Attribute identifier invalid or not supported: 1068</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/cloudera-odbc-hive-Attribute-identifier-invalid-or-not/m-p/77108#M79346</link>
      <description>&lt;P&gt;I found the solution:&lt;/P&gt;&lt;P&gt;in cloudera.hiveodbc.ini configuration file , use UTF-16&amp;nbsp; format for&amp;nbsp; DriverManagerEncoding&lt;/P&gt;&lt;P&gt;replace :&lt;/P&gt;&lt;P&gt;DriverManagerEncoding=UTF-&lt;FONT color="#FF0000"&gt;32&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;with &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;DriverManagerEncoding=UTF-&lt;/FONT&gt;16&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jul 2018 17:00:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/cloudera-odbc-hive-Attribute-identifier-invalid-or-not/m-p/77108#M79346</guid>
      <dc:creator>Alain</dc:creator>
      <dc:date>2018-07-18T17:00:59Z</dc:date>
    </item>
  </channel>
</rss>

