Member since
02-07-2019
2690
Posts
235
Kudos Received
30
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1171 | 04-15-2025 10:34 PM | |
3344 | 10-28-2024 12:37 AM | |
1438 | 09-04-2024 07:38 AM | |
3287 | 06-10-2024 10:24 PM | |
1393 | 02-01-2024 10:51 PM |
12-08-2022
11:04 PM
@mattarellano, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
12-08-2022
10:55 PM
@Avrotojson, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
11-22-2022
09:43 PM
@Green_ Thank you so much ! It worked as expected.
... View more
11-21-2022
02:24 AM
1 Kudo
Hello @sfdragonstorm & @pacman In the Region Name "img,0006943d-20150504220458043384375D00000002-00093,1527295748538.7b45a9f6f5584fc50b3152d41a5323a2.", the Table Name is "img", StartKey is "0006943d-20150504220458043384375D00000002-00093", Timestamp is "1527295748538" & "7b45a9f6f5584fc50b3152d41a5323a2" is the Region ID. Under HBase Data Directory, each Table Directory would have Region-Level Directories as identified by Region ID ("7b45a9f6f5584fc50b3152d41a5323a2" in Example). The Region ID is an MD5 encoded string for the Region Name & generated by HBase itself. Refer [1], if your Team wish to review the same. Regards, Smarak [1] https://hbase.apache.org/apidocs/src-html/org/apache/hadoop/hbase/client/RegionInfo.html#line.164
... View more
11-20-2022
09:33 PM
@Ishi as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
11-20-2022
08:55 PM
@hanumanth, Have the replies helped resolve your issue? If so, can you please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future?
... View more
11-20-2022
08:49 PM
1 Kudo
@chengxi, Have you resolved your issue? If you have, can you please provide the appropriate solution here, so that it can help other users in the future? If you are still experiencing the issue, can you provide the information our experts have requested?
... View more
11-17-2022
03:09 AM
Hi, This a BUG from Phoenix if I use upsert with null value, it "insert" the field with 0x00 0x00 bytes values and we cannot change https://issues.apache.org/jira/browse/PHOENIX-6583 Please check the above BUG jira
... View more
11-16-2022
09:08 PM
@kcc, as this is an older post, you would have a better chance of receiving a resolution by starting a new thread. This will also be an opportunity to provide details specific to your environment that could aid others in assisting you with a more accurate answer to your question. You can link this thread as a reference in your new post.
... View more
11-15-2022
11:19 PM
I'm able to fix this .. In JSON Tree READER the configuration for `Schema Access Strategy` should be "Infer Schema" Input date format will be "yyyy-MM-dd HH:mm:ss.SSS'Z'" avro schema for the same will be {
"name": "createdAt",
"type": {
"type": "long",
"logicalType": "timestamp-millis"
}
}
... View more