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
I'm using a docker installation (basho/riak-ts, version 1.5.2) to test out Riak and I am facing the following problem. Upon surfing to localhost:8098/admin I can successfully see the admin pages. Then, I create the suggested dummy table, which works (i can also click it and see its details). After trying to create a couple of my own test tables, I noticed that when I remove the QUANTUM part from the local key in the dummy table, the explorer seems to fail (I click 'create', then a 404 message is shown). The new table does show up in the list of tables, but I get a 404 when trying to go to its detail page.
The table I'm trying to make is below:
CREATE TABLE GeoCheckinNoLocal ( region varchar not null, state varchar not null, time timestamp not null, PRIMARY KEY ( (region, state, time), region, state, time ) )
The text was updated successfully, but these errors were encountered:
I'm using a docker installation (basho/riak-ts, version 1.5.2) to test out Riak and I am facing the following problem. Upon surfing to localhost:8098/admin I can successfully see the admin pages. Then, I create the suggested dummy table, which works (i can also click it and see its details). After trying to create a couple of my own test tables, I noticed that when I remove the QUANTUM part from the local key in the dummy table, the explorer seems to fail (I click 'create', then a 404 message is shown). The new table does show up in the list of tables, but I get a 404 when trying to go to its detail page.
The table I'm trying to make is below:
CREATE TABLE GeoCheckinNoLocal ( region varchar not null, state varchar not null, time timestamp not null, PRIMARY KEY ( (region, state, time), region, state, time ) )
The text was updated successfully, but these errors were encountered: