Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
2 answers
94 views

Hi I have a elixir code which defmodule Test do def testScope do biolink = %{} biolink = biolink |> Map.put("slug","qweqw") IO.inspect(biolink) if true do ...
amar's user avatar
  • 4,344
0 votes
1 answer
59 views

In Hive, I am trying to write output of an SQL query in csv file using below commands: !outputformat csv !record /export/homes/ajain/Automation.BankA_QA_23June.csv select ...
0 votes
0 answers
24 views

I use Apache phoenix to manage data in Hbase and I want to keep null value in array. I notice a behaviour where array column for primitive type cannot have null value in it. While I try to find any ...
0 votes
0 answers
32 views

What are the main differences between local and global indexes in Apache Phoenix? When is it good to use one and when the other? I tried googling but I don't find anything on that topic. Also, I know ...
0 votes
1 answer
58 views

Using HBase to store data and Apache Pheonix as client to query, I found the output is weird. Step 1: Load data to HBase I load data from a DB to HBase using this format Column Name Column Family ...
0 votes
1 answer
149 views

I'm getting an error in my Phoenix/Elixir application when searching for records where a DateTime field is null. Here's the error: ** (ArgumentError) comparison with nil is forbidden as it is unsafe. ...
0 votes
0 answers
117 views

I have a phoenix query server run on port 8765. I can connect to it with out user or password. Now i need to perform authenticate from client to query server by using username and password. I found ...
0 votes
1 answer
91 views

I am currently stress testing an API that relies on the phoenixdb Python package to execute select queries on a Phoenix view. However, it appears that the calls made using phoenixdb are synchronous in ...
0 votes
1 answer
92 views

I am attempting to use the Phoenix Query Server to create a thin phoenix JDBC client which reads and writes data to an underlying Phoenix/Hbase database. I am struggling with figuring out how to write ...
1 vote
0 answers
72 views

I am trying to access a table created through Phoenix from Hbase. The value for a REQUEST column is JSON string and I want to write a phoenix query to search for a particular key e.g. "merchant&...
0 votes
1 answer
69 views

We have Hadoop cluster contains Phoenix table over HBase service and supporting 10k QPS. While running analytic query in the same table like count, group by for some operational purpose it's causing ...
Ajay's user avatar
  • 39
0 votes
1 answer
141 views

Hbase 2.0.0v Phoenix 5.0.0v Avatica-go-client 5.2.0v Nginx 1.8.1 with sticky module 3 Regionserver,3 Query Server , Nginx configed stick load balance for 3Query server nginx conf nginx in 192.168.3....
0 votes
1 answer
263 views

Whenever I'm performing select query on some columns (few columns are null and others are not null) I'm getting empty table in response in Phoenix select t.PARTY_KEY as PK_on_t, t.ID as I1_on_t, tt....
1 vote
0 answers
1k views

I am starting to use Azure artifacts from Azure DevOps services as Maven repository for our Java projects. We have an application with following dependency for which build is failing as the dependency ...
1 vote
0 answers
97 views

I am trying to upgrade my phoenix-core library from 5.0.0.-HBase-2.0 to 5.1.3 // https://mvnrepository.com/artifact/org.apache.phoenix/phoenix-core implementation 'org.apache.phoenix:phoenix-core:5.1....
Limey's user avatar
  • 2,796

15 30 50 per page
1
2 3 4 5
...
47

AltStyle によって変換されたページ (->オリジナル) /