[jira] [Created] (HBASE-28557) Upgrade jline to version 3.x.

2024-04-29 Thread Abhradeep Kundu (Jira)
Abhradeep Kundu created HBASE-28557:
---

 Summary: Upgrade jline to version 3.x.
 Key: HBASE-28557
 URL: https://issues.apache.org/jira/browse/HBASE-28557
 Project: HBase
  Issue Type: Improvement
Reporter: Abhradeep Kundu






--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27317) Correcting the Store file tracker tool help doc option

2022-08-23 Thread Abhradeep Kundu (Jira)
Abhradeep Kundu created HBASE-27317:
---

 Summary: Correcting the Store file tracker tool help doc option
 Key: HBASE-27317
 URL: https://issues.apache.org/jira/browse/HBASE-27317
 Project: HBase
  Issue Type: Sub-task
Reporter: Abhradeep Kundu
Assignee: Abhradeep Kundu


Column family is not an optional parameter, we need to correct the sysout msg 
properly.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Created] (HBASE-27265) Tool to read the contents of the storefile tracker file

2022-08-01 Thread Abhradeep Kundu (Jira)
Abhradeep Kundu created HBASE-27265:
---

 Summary: Tool to read the contents of the storefile tracker file
 Key: HBASE-27265
 URL: https://issues.apache.org/jira/browse/HBASE-27265
 Project: HBase
  Issue Type: Sub-task
Reporter: Abhradeep Kundu


It will be useful to have a tool that provides an ability to read the contents 
of the tracker file (.filelist/f1 or f2)
Using the hdfs -cat or -text displays the contents of the tracker file in 
binary and there is no option to show the contents in plain text.
{code:java}
x[cloudbreak@cod--z4t08rqbuyms-master0 ~]$ sudo hdfs dfs -text 
s3a://odx-qe-bucket/odx-d7v40h/audit/cod--z4t08rqbuyms/hbase/data/default/one/6126beb5b349a1eee4b92987b78f1058/cf/.filelist/f1
22/04/05 19:51:14 WARN impl.MetricsConfig: Cannot locate configuration: tried 
hadoop-metrics2-s3a-file-system.properties,hadoop-metrics2.properties
22/04/05 19:51:14 INFO impl.MetricsSystemImpl: Scheduled Metric snapshot period 
at 10 second(s).
22/04/05 19:51:14 INFO impl.MetricsSystemImpl: s3a-file-system metrics system 
started
22/04/05 19:51:14 INFO s3a.IDBDelegationTokenBinding: There is no Knox Token 
available, fetching one from IDBroker...
22/04/05 19:51:14 INFO idbroker.AbstractIDBClient: Authenticating with IDBroker 
requires Kerberos
22/04/05 19:51:14 INFO idbroker.AbstractIDBClient: Kerberos credentials are 
available, using Kerberos to establish a session. 
UGI=hbase/cod--z4t08rqbuyms-master0.odx-d7v4.svbr-nqvp.int.cldr.w...@odx-d7v4.svbr-nqvp.int.cldr.work
 (auth:KERBEROS)
Apr 05, 2022 7:51:14 PM org.apache.knox.gateway.shell.KnoxSession createClient
INFO: Using default JAAS configuration
22/04/05 19:51:15 INFO s3a.IDBDelegationTokenBinding: Bonded to Knox token 
eyJqa3...OGdQmQ
22/04/05 19:51:15 INFO Configuration.deprecation: No unit for 
fs.s3a.connection.request.timeout(0) assuming SECONDS
22/04/05 19:51:15 INFO idbroker.AbstractIDBClient: Creating Knox CAB session 
using Knox DT eyJqa3...OGdQmQ ...
22/04/05 19:51:16 INFO s3a.S3AInputStream: Switching to Random IO seek policy
⑙��/%
 98ef4cf597be48598c8376bc1cac200d�&22/04/05 19:51:16 INFO 
impl.MetricsSystemImpl: Stopping s3a-file-system metrics system...
22/04/05 19:51:16 INFO impl.MetricsSystemImpl: s3a-file-system metrics system 
stopped.
22/04/05 19:51:16 INFO impl.MetricsSystemImpl: s3a-file-system metrics system 
shutdown complete.{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)