Re: Entity join with different data sources?
Re: Entity join with different data sources?
- Subject: Re: Entity join with different data sources?
- From: Gintautas Sulskus <email@hidden>
- Date: Tue, 03 Dec 2013 02:51:39 +0000
Thanks :)
By the way, we are thinking to use REST to communicate with HBase via Thrift.
The natural way was to use WOLips, create entities and set adaptor to rest.
Is this the best tutorial available?
No template. Indigo + WOLips 3.7. Any clues? I'm using 3.7 latest release update site.
In the meantime, as alternative for the above, I have done some experiments with WebObjects + EOModel + Impala/Entity JDBC drivers.
EOModel CAN query Impala/Hive for a list of tables. However, there is no reverse engineering support so I have created an entity manually that maps to the table on Hive. However, whenever I try to fetch all records from that entity it gives me an exception:
Method not supported at org.apache.hive.jdbc.HiveDatabaseMetaData.supportsANSI92FullSQL(HiveDatabaseMetaData.java:805)
Well, that's true and correct. However, I will need only the most basic subset from ANSI92 that is supported by Impala. Is there any way to overcome this check?
Will I have to extend these classes?
Regards,
Gintas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden