Questions tagged [stratio]

The most comprehensive Big Data Platform in the market. It greatly reduces the complexity of other platforms by giving you control over all your Big Data software. Operational and informational intelligence combined to leverage your data and turn it into profitable actions.

29 questions
0
votes
0 answers

Error while dropping the index in Cassandra

While creating the new index in cassandra by mistake given same directory path(directory_path) for both the indexes which is might be giving error while dropping the indexes. And able to delete other indexes which is pointing to unique different…
0
votes
1 answer

Stratio cassandra maxClauseCount is set to 1024

I am using lucene index for Cassandra. com.stratio.cassandra cassandra-lucene-index-builder 3.9.4 I am getting the following…
user1860447
  • 1,316
  • 8
  • 25
  • 46
0
votes
1 answer

Stratio Lucene for Cassandra : 'contains' search returns '[['

I am using 'search()' to prepare lucene search criteria. I am using contains as here: Search searchCondition = search().filter(match("customer_id", customerId)) …
user1860447
  • 1,316
  • 8
  • 25
  • 46
0
votes
1 answer

Stratio Lucene for Cassandra

I am newbie to Lucene. Just started. I have a few basic questions: How to view all the indexes that are created using Stratio Lucene ? How to delete indexes created using Stratio Lucene ? What is the difference between fields: { fld_1: {type:…
user1860447
  • 1,316
  • 8
  • 25
  • 46
0
votes
1 answer

cassandra lucene - how to score a field higher

I want that a field in my table scores higher than another field. For example, I have two columns name and surname. If I search after "Hans" i want that the content in name scores higher. How can I do this using a cql statement like in the official…
Tugi
  • 3
  • 1
0
votes
1 answer

Stratio Sqoop complains of missing hadoop library

I have pulled stratio sqoop docker containers as documented here: https://stratio.atlassian.net/wiki/display/SQOOP0X2/Example+mysql+to+kafka but when start the process of creating link between mysql and kafka. The step "create link -c…
0
votes
1 answer

Lucene create index for words with umlauts in stratio

I have a similar issue like described in this thread. I would like to use something like the GermanNormilizationFilter to have a conversion for umlauts like 'ue' -> 'ü' and vice versa. I use the cassandra stratio plugin and would like to create the…
Peter Lutz
  • 165
  • 5
  • 9
0
votes
1 answer

Stratio Lucene Index 3.0.9: Purpose of INet mapper

From the docs for the Stratio Lucene Index Plugin, the INet mapper looks interesting but there's not a lot of motivation behind it: ie. https://github.com/Stratio/cassandra-lucene-index/blob/branch-3.0.9/doc/documentation.rst#inet-mapper. Given that…
Keith Nordstrom
  • 354
  • 2
  • 9
0
votes
2 answers

Cassandra Stratio Failed to execute read

Here is my query: select * from profiles where expr(profiles_index, '{ filter: { type: "date_range", field: "age", from: "1984/01/01", to: "2010/01/01", operation: "is_within" } }'); Here is my table: CREATE TABLE…
Programmer9000
  • 1,959
  • 3
  • 17
  • 27
0
votes
2 answers

Add a new node occur error

I use plugin(cassandra-lucene-index) 3.0.4 to my 3.0.4 cluster, I have three nodes, when I add a new node to the cluster, streem error occure: ERROR [main] 2016-03-31 11:40:04,641 StorageService.java:1295 - Error while waiting on bootstrap to…
yanwei
  • 41
  • 2
0
votes
1 answer

Unable to compute RDD while reading from Aerospike using stratio and spark

I have written a program whose purpose is to read from Aerospike and convert it into RDD in spark. public void sparkTest () throws UnsupportedDataTypeException{ log.debug("TESTING SPARK WITH AEROSPIKE"); String host = "localhost"; …
Hafsa Asif
  • 371
  • 1
  • 5
  • 11
0
votes
1 answer

Create Solr indexes through CQL/Java Driver with Datastax Enterprise

One of the reasons that we are looking at DSE is because of the search and analytics capability it has. However, when I went through the search course it seems that DSE Search (solr) can't be indexed using CQL by defining the columns to be indexed…
nicgul
  • 237
  • 1
  • 2
  • 10
0
votes
1 answer

Cassandra with Stratio lucene index

I have installed Data-Sax Cassandra community edition(2.2.3) on my machine and I want to use full text Search. I have downloaded the Stratio lucene index 2.2.3 and copied it to the Cassandra lib folder but when I execute the command to create index…
0
votes
1 answer

Failed to authenticate to the chef server (http 401)

I have error on slave computers while setting up stratio manager. Chef-client pid: 4846 Client key /etc/chef/client.pem is not present - registering HTTP Request Returned 401 Unauthorized: error Chef encountered an error attempting to create the…
1
2