Skip to content

Instantly share code, notes, and snippets.

@ChadRehmKineticData
Created May 6, 2019 15:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChadRehmKineticData/aef935cc6961325903d8f07a375fac98 to your computer and use it in GitHub Desktop.
Save ChadRehmKineticData/aef935cc6961325903d8f07a375fac98 to your computer and use it in GitHub Desktop.
Output from new load-datastax file
Creating keyspaces
<stdin>:2:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
<stdin>:4:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
<stdin>:6:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
<stdin>:8:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
<stdin>:10:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
Creating roles
Creating schema
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/catalog_search.cql
<stdin>:24:AlreadyExists: Table 'catalog_search.catalog_forms_and_datapages' already exists
<stdin>:25:InvalidRequest: Error from server: code=2200 [Invalid query] message="Index catalog_search_catalog_forms_and_datapages_solr_query_index already exists"
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/csa_mgmt.cql
<stdin>:23:AlreadyExists: Table 'csa_mgmt.csa_mgmt_summary' already exists
<stdin>:68:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
<stdin>:103:OperationTimedOut: errors={'0.0.0.0': 'Client request timeout. See Session.execute[_async](timeout)'}, last_host=0.0.0.0
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/dev_search.cql
<stdin>:67:AlreadyExists: Table 'dev_search.storefront' already exists
<stdin>:68:InvalidRequest: Error from server: code=2200 [Invalid query] message="Index dev_search_storefront_solr_query_index already exists"
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/dev_serach_GSMODSF-990.cql
<stdin>:2:InvalidRequest: Error from server: code=2200 [Invalid query] message="Invalid column name approver because it conflicts with an existing column"
<stdin>:3:InvalidRequest: Error from server: code=2200 [Invalid query] message="Invalid column name downstream_tsr because it conflicts with an existing column"
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/rr_feed_queue.cql
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/rr_mgmt.cql
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/rr_mgmt_summary.cql
Loading /c/src/dsf/docker-kinetic-leidos-platform/../dsf-db/schema/service_mgmt_config.cql
Creating cores
catalog_search.catalog_forms_and_datapages
Search index catalog_search.catalog_forms_and_datapages already exists
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
csa_mgmt.csa_feed
Keyspace 'csa_mgmt' does not exist
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
csa_mgmt.csa_mgmt
Keyspace 'csa_mgmt' does not exist
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
csa_mgmt.csa_mgmt_summary
Keyspace 'csa_mgmt' does not exist
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
dev_search.storefront
Search index dev_search.storefront already exists
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
rr_mgmt.rr_feed_queue
Keyspace 'rr_mgmt' does not exist
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
rr_mgmt.rr_mgmt
Keyspace 'rr_mgmt' does not exist
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
rr_mgmt.rr_mgmt_summary
Keyspace 'rr_mgmt' does not exist
/opt/dse/bin/dsetool: 26: [: schema=C:/Program: unexpected operator
Arguments must be of the form <option=value>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment