Re: Error while loading shared libraries: libstdc++.so.6

2018-04-03 Thread Ruslan Dautkhanov
>> [ERROR] /home/monster/zeppelin/zeppelin-web/node/node: error while loading shared libraries: libstdc++.so.6: >> cannot open shared object file: No such file or directory $ sudo yum install libstdc++.x86_64 would do? On Tue, Apr 3, 2018 at 3:09 PM, Joaquín Silva <

Error while loading shared libraries: libstdc++.so.6

2018-04-03 Thread Joaquín Silva
Hello, I'm trying to build Zeppelin from source, but it keeps throwing this error: [ERROR] /home/monster/zeppelin/zeppelin-web/node/node: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory This is the process that I followed: # git

Re: mysql jdbc

2018-04-03 Thread Mohit Jaggi
put the jar file where you suggested and changed the config to point to it...still have the same error. On Tue, Apr 3, 2018 at 8:52 AM, Mohit Jaggi wrote: > '''The last step is *Dependency Setting*. Since Zeppelin only includes > PostgreSQL driver jar by default, you need

Re: mysql jdbc

2018-04-03 Thread Mohit Jaggi
'''The last step is *Dependency Setting*. Since Zeppelin only includes PostgreSQL driver jar by default, you need to add each driver's maven coordinates or JDBC driver's jar file path for the other databases.''' I added the maven co-ords as shown in the screenshot not the jar. On Mon, Apr 2,