You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We download the code and were able to make it work both on a localhost deployment of cassandra and a remote deployment. Thanks a lot of the great piece of work that you have shared, and it has saved us a lot of time and effort.
Please find my questions below on performance.
About 275 map jobs are started in hadoop when a simple select count(*) is issued on the hive. This slows down the query enormously if the query is issued on hive on a external table which is located on cassandra. ( about 30 minutes for 150 records)
If I create hive table from external cassandra table it is very slow. ( About 30 minutes.
Is there a work around or something to be expected from hive side.
thanks
Sagar
The text was updated successfully, but these errors were encountered:
Hi,
We download the code and were able to make it work both on a localhost deployment of cassandra and a remote deployment. Thanks a lot of the great piece of work that you have shared, and it has saved us a lot of time and effort.
Please find my questions below on performance.
Is there a work around or something to be expected from hive side.
thanks
Sagar
The text was updated successfully, but these errors were encountered: