Re: [VOTE] Release Apache Atlas 2.3.0 rc1

2022-12-01 Thread Sidharth Mishra
Sure. In that case +1 for Apache Atlas 2.3.0 release candidate #1

Thanks,
Sid

On Thu, Dec 1, 2022 at 1:31 PM Madhan Neethiraj  wrote:
>
> Sid,
>
> I see that the certificate in https://maven.restlet.com expired 19 days back. 
> I guess this issue wouldn't be impact folks who have .m2 cache populated with 
> org.restlet artifacts earlier (than the certificate expiry). Until this 
> certificate is renewed, you can use the flags to build Atlas.
>
> Thanks,
> Madhan
>
>
>
> On 12/1/22, 12:53 PM, "Sidharth Mishra"  wrote:
>
> Thanks Madhan and Sarath. I tried the below and the signature
> verification worked with warning as shown below:
> curl -O https://dist.apache.org/repos/dist/dev/atlas/KEYS
> gpg --import KEYS
> gpg --list madhan # Checked it has FED467D3B01179D4
> gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> apache-atlas-2.3.0-sources.tar.gz
>gpg: Signature made Mon Nov 28 13:14:22 2022 PST
>gpg:using RSA key FED467D3B01179D4
>gpg: Good signature from "Madhan Neethiraj " 
> [unknown]
>gpg: WARNING: This key is not certified with a trusted signature!
>gpg:  There is no indication that the signature belongs
> to the owner.
>Primary key fingerprint: 0524 DD1F 7940 6654 6D61  0744 FED4
> 67D3 B011 79D4
>
> Still I am getting below error when I run maven clean install. Adding
> the -Dmaven.wagon.http.ssl.ignore.validity.dates=true
> -Dmaven.wagon.http.ssl.insecure=true
> -Dmaven.wagon.http.ssl.allowall=true is ignoring this issue. Do you
> have any ideas on this?
>
>[ERROR] Failed to execute goal on project atlas-testtools:
> Could not resolve dependencies for project
> org.apache.atlas:atlas-testtools:jar:2.3.0: Failed to collect
> dependencies at org.apache.solr:solr-test-framework:jar:8.6.3 ->
> org.restlet.jee:org.restlet:jar:2.4.3: Failed to read artifact
> descriptor for org.restlet.jee:org.restlet:jar:2.4.3: Could not
> transfer artifact org.restlet.jee:org.restlet:pom:2.4.3 from/to
> maven-restlet (https://maven.restlet.com): transfer failed for
> 
> https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom:
> sun.security.validator.ValidatorException: PKIX path validation
> failed: java.security.cert.CertPathValidatorException: validity check
> failed: NotAfter: Sun Nov 13 09:05:56 PST 2022 -> [Help 1]
>
> Thanks,
> Sid
>
> On Thu, Dec 1, 2022 at 10:04 AM Sarath Subramanian  
> wrote:
> >
> > Sid,
> >
> > I followed the below steps to verify signature. I'm running on Mac OS
> > Monterey.
> >
> >  wget https://dist.apache.org/repos/dist/dev/atlas/KEYS
> > >  gpg --import KEYS
> > >  gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> > > apache-atlas-2.3.0-sources.tar.gz
> > >
> >
> > Thanks,
> > Sarath
> >
> > On Wed, Nov 30, 2022 at 11:50 PM Sidharth Mishra 
> > wrote:
> >
> > >  Thank you Madhan for the release candidate.
> > >
> > > Validated the following and faced some issues as mentioned below:
> > >
> > > - Able to download source, signature, md5 and sha512 files and verify
> > > the checksum hash
> > > - I am not able to verify the signature of the source. Steps I 
> followed:
> > > curl -O https://downloads.apache.org/atlas/KEYS
> > > gpg --import KEYS
> > > gpg --list-sigs madhan # Gives the correct output
> > > pub   rsa4096 2020-06-10 [SC] [expires: 2024-06-09]
> > > 1B6007E9CDEC4913DFB5031B630E02BA8823016D
> > > uid   [ unknown] Madhan Neethiraj <
> > > mad...@apache.org>
> > > sig 3630E02BA8823016D 2020-06-10
> > > Madhan Neethiraj 
> > >sub   rsa4096 2020-06-10 [E] [expires: 2024-06-09]
> > >sig  630E02BA8823016D 2020-06-10  Madhan
> > > Neethiraj 
> > >
> > >pub   rsa2048 2014-11-10 [SC] [expired: 2018-11-10]
> > > 4BDEE6708B5F5216CF0BA42754EA1B4FFA03B08A
> > >uid   [ expired] Madhan Neethiraj <
> > > mad...@apache.org>
> > >sig 354EA1B4FFA03B08A 2014-11-10  Madhan
> > > Neethiraj 
> > >sig  9C0596B11E19B762 2014-11-10  [User ID not
> > > found]
> > >sig  2C1CD6311ED05C4A 2016-02-16  [User ID not
> > > found]
> > >sig 3 X  EB4200BBD4393DE8 2016-04-30  [User ID not
> > > found]
> > >
> > > gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> > > apache-atlas-2.3.0-sources.tar.gz
> > >  gpg: Signature made Mon Nov 28 13:14:22 2022 PST
> > >  gpg:using RSA key FED467D3B01179D4
>  

Re: [VOTE] Release Apache Atlas 2.3.0 rc1

2022-12-01 Thread Madhan Neethiraj
Sid,

I see that the certificate in https://maven.restlet.com expired 19 days back. I 
guess this issue wouldn't be impact folks who have .m2 cache populated with 
org.restlet artifacts earlier (than the certificate expiry). Until this 
certificate is renewed, you can use the flags to build Atlas.

Thanks,
Madhan



On 12/1/22, 12:53 PM, "Sidharth Mishra"  wrote:

Thanks Madhan and Sarath. I tried the below and the signature
verification worked with warning as shown below:
curl -O https://dist.apache.org/repos/dist/dev/atlas/KEYS
gpg --import KEYS
gpg --list madhan # Checked it has FED467D3B01179D4
gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
apache-atlas-2.3.0-sources.tar.gz
   gpg: Signature made Mon Nov 28 13:14:22 2022 PST
   gpg:using RSA key FED467D3B01179D4
   gpg: Good signature from "Madhan Neethiraj " 
[unknown]
   gpg: WARNING: This key is not certified with a trusted signature!
   gpg:  There is no indication that the signature belongs
to the owner.
   Primary key fingerprint: 0524 DD1F 7940 6654 6D61  0744 FED4
67D3 B011 79D4

Still I am getting below error when I run maven clean install. Adding
the -Dmaven.wagon.http.ssl.ignore.validity.dates=true
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true is ignoring this issue. Do you
have any ideas on this?

   [ERROR] Failed to execute goal on project atlas-testtools:
Could not resolve dependencies for project
org.apache.atlas:atlas-testtools:jar:2.3.0: Failed to collect
dependencies at org.apache.solr:solr-test-framework:jar:8.6.3 ->
org.restlet.jee:org.restlet:jar:2.4.3: Failed to read artifact
descriptor for org.restlet.jee:org.restlet:jar:2.4.3: Could not
transfer artifact org.restlet.jee:org.restlet:pom:2.4.3 from/to
maven-restlet (https://maven.restlet.com): transfer failed for

https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom:
sun.security.validator.ValidatorException: PKIX path validation
failed: java.security.cert.CertPathValidatorException: validity check
failed: NotAfter: Sun Nov 13 09:05:56 PST 2022 -> [Help 1]

Thanks,
Sid

On Thu, Dec 1, 2022 at 10:04 AM Sarath Subramanian  
wrote:
>
> Sid,
>
> I followed the below steps to verify signature. I'm running on Mac OS
> Monterey.
>
>  wget https://dist.apache.org/repos/dist/dev/atlas/KEYS
> >  gpg --import KEYS
> >  gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> > apache-atlas-2.3.0-sources.tar.gz
> >
>
> Thanks,
> Sarath
>
> On Wed, Nov 30, 2022 at 11:50 PM Sidharth Mishra 
> wrote:
>
> >  Thank you Madhan for the release candidate.
> >
> > Validated the following and faced some issues as mentioned below:
> >
> > - Able to download source, signature, md5 and sha512 files and verify
> > the checksum hash
> > - I am not able to verify the signature of the source. Steps I followed:
> > curl -O https://downloads.apache.org/atlas/KEYS
> > gpg --import KEYS
> > gpg --list-sigs madhan # Gives the correct output
> > pub   rsa4096 2020-06-10 [SC] [expires: 2024-06-09]
> > 1B6007E9CDEC4913DFB5031B630E02BA8823016D
> > uid   [ unknown] Madhan Neethiraj <
> > mad...@apache.org>
> > sig 3630E02BA8823016D 2020-06-10
> > Madhan Neethiraj 
> >sub   rsa4096 2020-06-10 [E] [expires: 2024-06-09]
> >sig  630E02BA8823016D 2020-06-10  Madhan
> > Neethiraj 
> >
> >pub   rsa2048 2014-11-10 [SC] [expired: 2018-11-10]
> > 4BDEE6708B5F5216CF0BA42754EA1B4FFA03B08A
> >uid   [ expired] Madhan Neethiraj <
> > mad...@apache.org>
> >sig 354EA1B4FFA03B08A 2014-11-10  Madhan
> > Neethiraj 
> >sig  9C0596B11E19B762 2014-11-10  [User ID not
> > found]
> >sig  2C1CD6311ED05C4A 2016-02-16  [User ID not
> > found]
> >sig 3 X  EB4200BBD4393DE8 2016-04-30  [User ID not
> > found]
> >
> > gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> > apache-atlas-2.3.0-sources.tar.gz
> >  gpg: Signature made Mon Nov 28 13:14:22 2022 PST
> >  gpg:using RSA key FED467D3B01179D4
> >  gpg: Can't check signature: No public key
> >
> ># Even tried this and no help as it didn't download any keys
> >gpg --keyserver
> > https://dist.apache.org/repos/dist/release/atlas/KEYS --recv-keys
> > FED467D3B01179D4
> >
> > - Build failed for the source using embedded-hbase-solr profile -

Re: [VOTE] Release Apache Atlas 2.3.0 rc1

2022-12-01 Thread Sidharth Mishra
Thanks Madhan and Sarath. I tried the below and the signature
verification worked with warning as shown below:
curl -O https://dist.apache.org/repos/dist/dev/atlas/KEYS
gpg --import KEYS
gpg --list madhan # Checked it has FED467D3B01179D4
gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
apache-atlas-2.3.0-sources.tar.gz
   gpg: Signature made Mon Nov 28 13:14:22 2022 PST
   gpg:using RSA key FED467D3B01179D4
   gpg: Good signature from "Madhan Neethiraj " [unknown]
   gpg: WARNING: This key is not certified with a trusted signature!
   gpg:  There is no indication that the signature belongs
to the owner.
   Primary key fingerprint: 0524 DD1F 7940 6654 6D61  0744 FED4
67D3 B011 79D4

Still I am getting below error when I run maven clean install. Adding
the -Dmaven.wagon.http.ssl.ignore.validity.dates=true
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true is ignoring this issue. Do you
have any ideas on this?

   [ERROR] Failed to execute goal on project atlas-testtools:
Could not resolve dependencies for project
org.apache.atlas:atlas-testtools:jar:2.3.0: Failed to collect
dependencies at org.apache.solr:solr-test-framework:jar:8.6.3 ->
org.restlet.jee:org.restlet:jar:2.4.3: Failed to read artifact
descriptor for org.restlet.jee:org.restlet:jar:2.4.3: Could not
transfer artifact org.restlet.jee:org.restlet:pom:2.4.3 from/to
maven-restlet (https://maven.restlet.com): transfer failed for
https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom:
sun.security.validator.ValidatorException: PKIX path validation
failed: java.security.cert.CertPathValidatorException: validity check
failed: NotAfter: Sun Nov 13 09:05:56 PST 2022 -> [Help 1]

Thanks,
Sid

On Thu, Dec 1, 2022 at 10:04 AM Sarath Subramanian  wrote:
>
> Sid,
>
> I followed the below steps to verify signature. I'm running on Mac OS
> Monterey.
>
>  wget https://dist.apache.org/repos/dist/dev/atlas/KEYS
> >  gpg --import KEYS
> >  gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> > apache-atlas-2.3.0-sources.tar.gz
> >
>
> Thanks,
> Sarath
>
> On Wed, Nov 30, 2022 at 11:50 PM Sidharth Mishra 
> wrote:
>
> >  Thank you Madhan for the release candidate.
> >
> > Validated the following and faced some issues as mentioned below:
> >
> > - Able to download source, signature, md5 and sha512 files and verify
> > the checksum hash
> > - I am not able to verify the signature of the source. Steps I followed:
> > curl -O https://downloads.apache.org/atlas/KEYS
> > gpg --import KEYS
> > gpg --list-sigs madhan # Gives the correct output
> > pub   rsa4096 2020-06-10 [SC] [expires: 2024-06-09]
> > 1B6007E9CDEC4913DFB5031B630E02BA8823016D
> > uid   [ unknown] Madhan Neethiraj <
> > mad...@apache.org>
> > sig 3630E02BA8823016D 2020-06-10
> > Madhan Neethiraj 
> >sub   rsa4096 2020-06-10 [E] [expires: 2024-06-09]
> >sig  630E02BA8823016D 2020-06-10  Madhan
> > Neethiraj 
> >
> >pub   rsa2048 2014-11-10 [SC] [expired: 2018-11-10]
> > 4BDEE6708B5F5216CF0BA42754EA1B4FFA03B08A
> >uid   [ expired] Madhan Neethiraj <
> > mad...@apache.org>
> >sig 354EA1B4FFA03B08A 2014-11-10  Madhan
> > Neethiraj 
> >sig  9C0596B11E19B762 2014-11-10  [User ID not
> > found]
> >sig  2C1CD6311ED05C4A 2016-02-16  [User ID not
> > found]
> >sig 3 X  EB4200BBD4393DE8 2016-04-30  [User ID not
> > found]
> >
> > gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> > apache-atlas-2.3.0-sources.tar.gz
> >  gpg: Signature made Mon Nov 28 13:14:22 2022 PST
> >  gpg:using RSA key FED467D3B01179D4
> >  gpg: Can't check signature: No public key
> >
> ># Even tried this and no help as it didn't download any keys
> >gpg --keyserver
> > https://dist.apache.org/repos/dist/release/atlas/KEYS --recv-keys
> > FED467D3B01179D4
> >
> > - Build failed for the source using embedded-hbase-solr profile -
> >
> >   [ERROR] Failed to execute goal on project atlas-testtools: Could not
> > resolve dependencies for project
> > org.apache.atlas:atlas-testtools:jar:2.3.0: Failed to collect
> > dependencies at org.apache.solr:solr-test-framework:jar:8.6.3 ->
> > org.restlet.jee:org.restlet:jar:2.4.3: Failed to read artifact
> > descriptor for org.restlet.jee:org.restlet:jar:2.4.3: Could not
> > transfer artifact org.restlet.jee:org.restlet:pom:2.4.3 from/to
> > maven-restlet (https://maven.restlet.com): transfer failed for
> >
> > https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom
> > :
> > sun.security.validator.ValidatorException: PKIX path validation
> > failed: java.security.cert.CertPathValidatorException: validity check
> > 

Re: [VOTE] Release Apache Atlas 2.3.0 rc1

2022-12-01 Thread Sarath Subramanian
Sid,

I followed the below steps to verify signature. I'm running on Mac OS
Monterey.

 wget https://dist.apache.org/repos/dist/dev/atlas/KEYS
>  gpg --import KEYS
>  gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> apache-atlas-2.3.0-sources.tar.gz
>

Thanks,
Sarath

On Wed, Nov 30, 2022 at 11:50 PM Sidharth Mishra 
wrote:

>  Thank you Madhan for the release candidate.
>
> Validated the following and faced some issues as mentioned below:
>
> - Able to download source, signature, md5 and sha512 files and verify
> the checksum hash
> - I am not able to verify the signature of the source. Steps I followed:
> curl -O https://downloads.apache.org/atlas/KEYS
> gpg --import KEYS
> gpg --list-sigs madhan # Gives the correct output
> pub   rsa4096 2020-06-10 [SC] [expires: 2024-06-09]
> 1B6007E9CDEC4913DFB5031B630E02BA8823016D
> uid   [ unknown] Madhan Neethiraj <
> mad...@apache.org>
> sig 3630E02BA8823016D 2020-06-10
> Madhan Neethiraj 
>sub   rsa4096 2020-06-10 [E] [expires: 2024-06-09]
>sig  630E02BA8823016D 2020-06-10  Madhan
> Neethiraj 
>
>pub   rsa2048 2014-11-10 [SC] [expired: 2018-11-10]
> 4BDEE6708B5F5216CF0BA42754EA1B4FFA03B08A
>uid   [ expired] Madhan Neethiraj <
> mad...@apache.org>
>sig 354EA1B4FFA03B08A 2014-11-10  Madhan
> Neethiraj 
>sig  9C0596B11E19B762 2014-11-10  [User ID not
> found]
>sig  2C1CD6311ED05C4A 2016-02-16  [User ID not
> found]
>sig 3 X  EB4200BBD4393DE8 2016-04-30  [User ID not
> found]
>
> gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
> apache-atlas-2.3.0-sources.tar.gz
>  gpg: Signature made Mon Nov 28 13:14:22 2022 PST
>  gpg:using RSA key FED467D3B01179D4
>  gpg: Can't check signature: No public key
>
># Even tried this and no help as it didn't download any keys
>gpg --keyserver
> https://dist.apache.org/repos/dist/release/atlas/KEYS --recv-keys
> FED467D3B01179D4
>
> - Build failed for the source using embedded-hbase-solr profile -
>
>   [ERROR] Failed to execute goal on project atlas-testtools: Could not
> resolve dependencies for project
> org.apache.atlas:atlas-testtools:jar:2.3.0: Failed to collect
> dependencies at org.apache.solr:solr-test-framework:jar:8.6.3 ->
> org.restlet.jee:org.restlet:jar:2.4.3: Failed to read artifact
> descriptor for org.restlet.jee:org.restlet:jar:2.4.3: Could not
> transfer artifact org.restlet.jee:org.restlet:pom:2.4.3 from/to
> maven-restlet (https://maven.restlet.com): transfer failed for
>
> https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom
> :
> sun.security.validator.ValidatorException: PKIX path validation
> failed: java.security.cert.CertPathValidatorException: validity check
> failed: NotAfter: Sun Nov 13 09:05:56 PST 2022 -> [Help 1]
>   [ERROR]
>   [ERROR] To see the full stack trace of the errors, re-run Maven with
> the -e switch.
>   [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>   [ERROR]
>   [ERROR] For more information about the errors and possible
> solutions, please read the following articles:
>   [ERROR] [Help 1]
>
> http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
>   [ERROR]
>   [ERROR] After correcting the problems, you can resume the build with
> the command
>   [ERROR]   mvn  -rf :atlas-testtools
>
> By running the below command the above issue was resolved as it
> ignored all ssl verifications (Similar issue -
>
> https://stackoverflow.com/questions/68199459/maven-build-failed-pkix-path-validation-failed-java-security-cert-certpathval
> ):
>  ln -s /usr/local/bin/python3 /usr/local/bin/python  # As by
> default python3 gets installed when we upgrade to mac ventura and no
> python symlink
>  mvn clean install
> -Dmaven.wagon.http.ssl.ignore.validity.dates=true
> -Dmaven.wagon.http.ssl.insecure=true
> -Dmaven.wagon.http.ssl.allowall=true
>  mvn clean package -Pdist
> -Dmaven.wagon.http.ssl.ignore.validity.dates=true
> -Dmaven.wagon.http.ssl.insecure=true
> -Dmaven.wagon.http.ssl.allowall=true
>
> - started Atlas and ran quickstart script to preload sample types and
> entities
> - validated relation search, basic and advanced search
>
> P.S. Recently I upgraded my mac to ventura and I'm not sure if these
> issues are due to the upgrade. If someone else has a similar mac
> version and it works for them then we are good to proceed.
> Please check once if the signature is correct or else I will debug
> further at my end.
>
> Thanks,
> Sid
>
>
>
> On Tue, Nov 29, 2022 at 10:17 PM Sarath Subramanian 
> wrote:
> >
> > Thank you Madhan for the release candidate.
> >
> > +1 for Apache Atlas 2.3.0 release candidate #1
> >
> > validated the following:
> 

Re: [VOTE] Release Apache Atlas 2.3.0 rc1

2022-12-01 Thread Madhan Neethiraj
Sid,

Can you please use keys from https://dist.apache.org/repos/dist/dev/atlas/KEYS?

Thanks,
Madhan




On 11/30/22, 11:49 PM, "Sidharth Mishra"  wrote:

 Thank you Madhan for the release candidate.

Validated the following and faced some issues as mentioned below:

- Able to download source, signature, md5 and sha512 files and verify
the checksum hash
- I am not able to verify the signature of the source. Steps I followed:
curl -O https://downloads.apache.org/atlas/KEYS
gpg --import KEYS
gpg --list-sigs madhan # Gives the correct output
pub   rsa4096 2020-06-10 [SC] [expires: 2024-06-09]
1B6007E9CDEC4913DFB5031B630E02BA8823016D
uid   [ unknown] Madhan Neethiraj 

sig 3630E02BA8823016D 2020-06-10
Madhan Neethiraj 
   sub   rsa4096 2020-06-10 [E] [expires: 2024-06-09]
   sig  630E02BA8823016D 2020-06-10  Madhan
Neethiraj 

   pub   rsa2048 2014-11-10 [SC] [expired: 2018-11-10]
4BDEE6708B5F5216CF0BA42754EA1B4FFA03B08A
   uid   [ expired] Madhan Neethiraj 
   sig 354EA1B4FFA03B08A 2014-11-10  Madhan
Neethiraj 
   sig  9C0596B11E19B762 2014-11-10  [User ID not found]
   sig  2C1CD6311ED05C4A 2016-02-16  [User ID not found]
   sig 3 X  EB4200BBD4393DE8 2016-04-30  [User ID not found]

gpg --verify apache-atlas-2.3.0-sources.tar.gz.asc
apache-atlas-2.3.0-sources.tar.gz
 gpg: Signature made Mon Nov 28 13:14:22 2022 PST
 gpg:using RSA key FED467D3B01179D4
 gpg: Can't check signature: No public key

   # Even tried this and no help as it didn't download any keys
   gpg --keyserver
https://dist.apache.org/repos/dist/release/atlas/KEYS --recv-keys
FED467D3B01179D4

- Build failed for the source using embedded-hbase-solr profile -

  [ERROR] Failed to execute goal on project atlas-testtools: Could not
resolve dependencies for project
org.apache.atlas:atlas-testtools:jar:2.3.0: Failed to collect
dependencies at org.apache.solr:solr-test-framework:jar:8.6.3 ->
org.restlet.jee:org.restlet:jar:2.4.3: Failed to read artifact
descriptor for org.restlet.jee:org.restlet:jar:2.4.3: Could not
transfer artifact org.restlet.jee:org.restlet:pom:2.4.3 from/to
maven-restlet (https://maven.restlet.com): transfer failed for

https://maven.restlet.com/org/restlet/jee/org.restlet/2.4.3/org.restlet-2.4.3.pom:
sun.security.validator.ValidatorException: PKIX path validation
failed: java.security.cert.CertPathValidatorException: validity check
failed: NotAfter: Sun Nov 13 09:05:56 PST 2022 -> [Help 1]
  [ERROR]
  [ERROR] To see the full stack trace of the errors, re-run Maven with
the -e switch.
  [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  [ERROR]
  [ERROR] For more information about the errors and possible
solutions, please read the following articles:
  [ERROR] [Help 1]

http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException
  [ERROR]
  [ERROR] After correcting the problems, you can resume the build with
the command
  [ERROR]   mvn  -rf :atlas-testtools

By running the below command the above issue was resolved as it
ignored all ssl verifications (Similar issue -

https://stackoverflow.com/questions/68199459/maven-build-failed-pkix-path-validation-failed-java-security-cert-certpathval):
 ln -s /usr/local/bin/python3 /usr/local/bin/python  # As by
default python3 gets installed when we upgrade to mac ventura and no
python symlink
 mvn clean install
-Dmaven.wagon.http.ssl.ignore.validity.dates=true
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true
 mvn clean package -Pdist
-Dmaven.wagon.http.ssl.ignore.validity.dates=true
-Dmaven.wagon.http.ssl.insecure=true
-Dmaven.wagon.http.ssl.allowall=true

- started Atlas and ran quickstart script to preload sample types and
entities
- validated relation search, basic and advanced search

P.S. Recently I upgraded my mac to ventura and I'm not sure if these
issues are due to the upgrade. If someone else has a similar mac
version and it works for them then we are good to proceed.
Please check once if the signature is correct or else I will debug
further at my end.

Thanks,
Sid



On Tue, Nov 29, 2022 at 10:17 PM Sarath Subramanian  
wrote:
>
> Thank you Madhan for the release candidate.
>
> +1 for Apache Atlas 2.3.0 release candidate #1
>
> validated the following:
> - Able to download source, signature, md5 and sha512 files and 

[jira] [Resolved] (ATLAS-4716) Backward compatibility : Atlas with Hbase version 1.4.x is failing to create table

2022-12-01 Thread Jagadesh Kiran N (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jagadesh Kiran N resolved ATLAS-4716.
-
Resolution: Workaround

The backward compatibility of Atlas Hbase is  not supported now , so we 
planning to install HBase 2.x

> Backward compatibility :  Atlas with Hbase version 1.4.x is failing to create 
> table
> ---
>
> Key: ATLAS-4716
> URL: https://issues.apache.org/jira/browse/ATLAS-4716
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jagadesh Kiran N
>Priority: Blocker
> Attachments: MicrosoftTeams-image.png, 
> application-20221128-hbase-1.4.9.log, application-20221128-hbase-2.4.9.log, 
> atlas-application.properties, atlas-env.sh, hbase-site.xml
>
>
> We are trying to deploy Atlas using docker containers, the below is the tech 
> stack used for the deployment
> 1.   Apache Atlas v2.2.0 (Downloaded from 
> https://downloads.apache.org/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz), 
> compiled and created a docker image out of it.
> 2.   Solr v8.11.1
> 3.   HBase (v1.4.9)
> 4.   Apache Kafka & Zookeeper (v2.6.1)
> NOTE: Atlas Webservice was able to setup & start successfully without any 
> issues when HBase v2.4.9 version is used. The application.log 
> (application-20221128-hbase-2.4.9.log) is attached in drive link
>  
> I checked it is just the difference of HBase version and all others remain 
> (atlas-application.properties, hbase-site.xml, etc.,)
>  
> When we tried to deploy Atlas, we were facing the following issue. The 
> following is the stack trace of the error:
>  
> 2022-11-28 06:20:12,162 DEBUG - [main:] ~ Substituted default CF name 
> "system_properties" with short form "s" to reduce HBase KeyValue size 
> (HBaseStoreManager:684)
> 2022-11-28 06:20:12,527 WARN  - [main:] ~ Unexpected exception during 
> getDeployment() (HBaseStoreManager:399)
> java.lang.RuntimeException: 
> org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in 
> storage backend
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getDeployment(HBaseStoreManager.java:358)
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getFeatures(HBaseStoreManager.java:397)
> at 
> org.janusgraph.graphdb.configuration.builder.GraphDatabaseConfigurationBuilder.build(GraphDatabaseConfigurationBuilder.java:51)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:278)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:98)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.CGLIB$get$1()
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918$$FastClassBySpringCGLIB$$71b13aef.invoke()
> at 
> org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
> at 
> org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.get()
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
> at 
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1176)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
> at 
> 

[jira] [Comment Edited] (ATLAS-4716) Backward compatibility : Atlas with Hbase version 1.4.x is failing to create table

2022-12-01 Thread Jagadesh Kiran N (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641813#comment-17641813
 ] 

Jagadesh Kiran N edited comment on ATLAS-4716 at 12/1/22 10:28 AM:
---

please close the same


was (Author: jagadesh.kiran):
Closing the same

> Backward compatibility :  Atlas with Hbase version 1.4.x is failing to create 
> table
> ---
>
> Key: ATLAS-4716
> URL: https://issues.apache.org/jira/browse/ATLAS-4716
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jagadesh Kiran N
>Priority: Blocker
> Attachments: MicrosoftTeams-image.png, 
> application-20221128-hbase-1.4.9.log, application-20221128-hbase-2.4.9.log, 
> atlas-application.properties, atlas-env.sh, hbase-site.xml
>
>
> We are trying to deploy Atlas using docker containers, the below is the tech 
> stack used for the deployment
> 1.   Apache Atlas v2.2.0 (Downloaded from 
> https://downloads.apache.org/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz), 
> compiled and created a docker image out of it.
> 2.   Solr v8.11.1
> 3.   HBase (v1.4.9)
> 4.   Apache Kafka & Zookeeper (v2.6.1)
> NOTE: Atlas Webservice was able to setup & start successfully without any 
> issues when HBase v2.4.9 version is used. The application.log 
> (application-20221128-hbase-2.4.9.log) is attached in drive link
>  
> I checked it is just the difference of HBase version and all others remain 
> (atlas-application.properties, hbase-site.xml, etc.,)
>  
> When we tried to deploy Atlas, we were facing the following issue. The 
> following is the stack trace of the error:
>  
> 2022-11-28 06:20:12,162 DEBUG - [main:] ~ Substituted default CF name 
> "system_properties" with short form "s" to reduce HBase KeyValue size 
> (HBaseStoreManager:684)
> 2022-11-28 06:20:12,527 WARN  - [main:] ~ Unexpected exception during 
> getDeployment() (HBaseStoreManager:399)
> java.lang.RuntimeException: 
> org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in 
> storage backend
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getDeployment(HBaseStoreManager.java:358)
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getFeatures(HBaseStoreManager.java:397)
> at 
> org.janusgraph.graphdb.configuration.builder.GraphDatabaseConfigurationBuilder.build(GraphDatabaseConfigurationBuilder.java:51)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:278)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:98)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.CGLIB$get$1()
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918$$FastClassBySpringCGLIB$$71b13aef.invoke()
> at 
> org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
> at 
> org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.get()
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
> at 
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1176)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
> at 
> 

[jira] [Updated] (ATLAS-4716) Backward compatibility : Atlas with Hbase version 1.4.x is failing to create table

2022-12-01 Thread Jagadesh Kiran N (Jira)


 [ 
https://issues.apache.org/jira/browse/ATLAS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jagadesh Kiran N updated ATLAS-4716:

Attachment: MicrosoftTeams-image.png

> Backward compatibility :  Atlas with Hbase version 1.4.x is failing to create 
> table
> ---
>
> Key: ATLAS-4716
> URL: https://issues.apache.org/jira/browse/ATLAS-4716
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jagadesh Kiran N
>Priority: Blocker
> Attachments: MicrosoftTeams-image.png, 
> application-20221128-hbase-1.4.9.log, application-20221128-hbase-2.4.9.log, 
> atlas-application.properties, atlas-env.sh, hbase-site.xml
>
>
> We are trying to deploy Atlas using docker containers, the below is the tech 
> stack used for the deployment
> 1.   Apache Atlas v2.2.0 (Downloaded from 
> https://downloads.apache.org/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz), 
> compiled and created a docker image out of it.
> 2.   Solr v8.11.1
> 3.   HBase (v1.4.9)
> 4.   Apache Kafka & Zookeeper (v2.6.1)
> NOTE: Atlas Webservice was able to setup & start successfully without any 
> issues when HBase v2.4.9 version is used. The application.log 
> (application-20221128-hbase-2.4.9.log) is attached in drive link
>  
> I checked it is just the difference of HBase version and all others remain 
> (atlas-application.properties, hbase-site.xml, etc.,)
>  
> When we tried to deploy Atlas, we were facing the following issue. The 
> following is the stack trace of the error:
>  
> 2022-11-28 06:20:12,162 DEBUG - [main:] ~ Substituted default CF name 
> "system_properties" with short form "s" to reduce HBase KeyValue size 
> (HBaseStoreManager:684)
> 2022-11-28 06:20:12,527 WARN  - [main:] ~ Unexpected exception during 
> getDeployment() (HBaseStoreManager:399)
> java.lang.RuntimeException: 
> org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in 
> storage backend
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getDeployment(HBaseStoreManager.java:358)
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getFeatures(HBaseStoreManager.java:397)
> at 
> org.janusgraph.graphdb.configuration.builder.GraphDatabaseConfigurationBuilder.build(GraphDatabaseConfigurationBuilder.java:51)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:278)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:98)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.CGLIB$get$1()
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918$$FastClassBySpringCGLIB$$71b13aef.invoke()
> at 
> org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
> at 
> org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.get()
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
> at 
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1176)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
> at 
> 

[jira] [Commented] (ATLAS-4716) Backward compatibility : Atlas with Hbase version 1.4.x is failing to create table

2022-12-01 Thread Jagadesh Kiran N (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641812#comment-17641812
 ] 

Jagadesh Kiran N commented on ATLAS-4716:
-

[~mad...@apache.org] , thank you for mail response , we will upgarde to Hbase 
2.x


> Backward compatibility :  Atlas with Hbase version 1.4.x is failing to create 
> table
> ---
>
> Key: ATLAS-4716
> URL: https://issues.apache.org/jira/browse/ATLAS-4716
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jagadesh Kiran N
>Priority: Blocker
> Attachments: MicrosoftTeams-image.png, 
> application-20221128-hbase-1.4.9.log, application-20221128-hbase-2.4.9.log, 
> atlas-application.properties, atlas-env.sh, hbase-site.xml
>
>
> We are trying to deploy Atlas using docker containers, the below is the tech 
> stack used for the deployment
> 1.   Apache Atlas v2.2.0 (Downloaded from 
> https://downloads.apache.org/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz), 
> compiled and created a docker image out of it.
> 2.   Solr v8.11.1
> 3.   HBase (v1.4.9)
> 4.   Apache Kafka & Zookeeper (v2.6.1)
> NOTE: Atlas Webservice was able to setup & start successfully without any 
> issues when HBase v2.4.9 version is used. The application.log 
> (application-20221128-hbase-2.4.9.log) is attached in drive link
>  
> I checked it is just the difference of HBase version and all others remain 
> (atlas-application.properties, hbase-site.xml, etc.,)
>  
> When we tried to deploy Atlas, we were facing the following issue. The 
> following is the stack trace of the error:
>  
> 2022-11-28 06:20:12,162 DEBUG - [main:] ~ Substituted default CF name 
> "system_properties" with short form "s" to reduce HBase KeyValue size 
> (HBaseStoreManager:684)
> 2022-11-28 06:20:12,527 WARN  - [main:] ~ Unexpected exception during 
> getDeployment() (HBaseStoreManager:399)
> java.lang.RuntimeException: 
> org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in 
> storage backend
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getDeployment(HBaseStoreManager.java:358)
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getFeatures(HBaseStoreManager.java:397)
> at 
> org.janusgraph.graphdb.configuration.builder.GraphDatabaseConfigurationBuilder.build(GraphDatabaseConfigurationBuilder.java:51)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:278)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:98)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.CGLIB$get$1()
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918$$FastClassBySpringCGLIB$$71b13aef.invoke()
> at 
> org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
> at 
> org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.get()
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
> at 
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1176)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
> at 
> 

[jira] [Commented] (ATLAS-4716) Backward compatibility : Atlas with Hbase version 1.4.x is failing to create table

2022-12-01 Thread Jagadesh Kiran N (Jira)


[ 
https://issues.apache.org/jira/browse/ATLAS-4716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17641813#comment-17641813
 ] 

Jagadesh Kiran N commented on ATLAS-4716:
-

Closing the same

> Backward compatibility :  Atlas with Hbase version 1.4.x is failing to create 
> table
> ---
>
> Key: ATLAS-4716
> URL: https://issues.apache.org/jira/browse/ATLAS-4716
> Project: Atlas
>  Issue Type: Bug
>Reporter: Jagadesh Kiran N
>Priority: Blocker
> Attachments: MicrosoftTeams-image.png, 
> application-20221128-hbase-1.4.9.log, application-20221128-hbase-2.4.9.log, 
> atlas-application.properties, atlas-env.sh, hbase-site.xml
>
>
> We are trying to deploy Atlas using docker containers, the below is the tech 
> stack used for the deployment
> 1.   Apache Atlas v2.2.0 (Downloaded from 
> https://downloads.apache.org/atlas/2.2.0/apache-atlas-2.2.0-sources.tar.gz), 
> compiled and created a docker image out of it.
> 2.   Solr v8.11.1
> 3.   HBase (v1.4.9)
> 4.   Apache Kafka & Zookeeper (v2.6.1)
> NOTE: Atlas Webservice was able to setup & start successfully without any 
> issues when HBase v2.4.9 version is used. The application.log 
> (application-20221128-hbase-2.4.9.log) is attached in drive link
>  
> I checked it is just the difference of HBase version and all others remain 
> (atlas-application.properties, hbase-site.xml, etc.,)
>  
> When we tried to deploy Atlas, we were facing the following issue. The 
> following is the stack trace of the error:
>  
> 2022-11-28 06:20:12,162 DEBUG - [main:] ~ Substituted default CF name 
> "system_properties" with short form "s" to reduce HBase KeyValue size 
> (HBaseStoreManager:684)
> 2022-11-28 06:20:12,527 WARN  - [main:] ~ Unexpected exception during 
> getDeployment() (HBaseStoreManager:399)
> java.lang.RuntimeException: 
> org.janusgraph.diskstorage.TemporaryBackendException: Temporary failure in 
> storage backend
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getDeployment(HBaseStoreManager.java:358)
> at 
> org.janusgraph.diskstorage.hbase2.HBaseStoreManager.getFeatures(HBaseStoreManager.java:397)
> at 
> org.janusgraph.graphdb.configuration.builder.GraphDatabaseConfigurationBuilder.build(GraphDatabaseConfigurationBuilder.java:51)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:161)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:132)
> at org.janusgraph.core.JanusGraphFactory.open(JanusGraphFactory.java:112)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.initJanusGraph(AtlasJanusGraphDatabase.java:182)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraphInstance(AtlasJanusGraphDatabase.java:169)
> at 
> org.apache.atlas.repository.graphdb.janus.AtlasJanusGraphDatabase.getGraph(AtlasJanusGraphDatabase.java:278)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.getGraphInstance(AtlasGraphProvider.java:52)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider.get(AtlasGraphProvider.java:98)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.CGLIB$get$1()
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918$$FastClassBySpringCGLIB$$71b13aef.invoke()
> at 
> org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
> at 
> org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358)
> at 
> org.apache.atlas.repository.graph.AtlasGraphProvider$$EnhancerBySpringCGLIB$$72fdd918.get()
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> at 
> org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
> at 
> org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1176)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1071)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
> at 
> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:481)
>