Can't load hawtio plugin - plugins

I have hawtio standalone application (hawtio-app-1.4.52.jar).
I wanted to deploy the simple plugin, but I wasn't successful at building it alone, so I downloaded the hawtio application from github and built the "simple plugin" without changing it. (I opened the whole project and used build artifact in IntelliJ idea.) - Building was without warning or errors and I got the .WAR file of this plugin.
I created "plugins" directory next to the hawtio.jar and put the war inside.
There is no new tab in hawtio or no other sign of this plugin running.
I can access plugin's folder on http://0.0.0.0:8090/simple-plugin-1.5-SNAPSHOT/ but it only shows folder structures and plain text of source files.
In this question is mentioned PluginServlet, but I have no idea, how to import it to the simple plugin.
Does anyone know, how to make plugin visible and usable?
Thanks.
When I run the hawtio jar in terminal, this shows up:
[main] INFO jetty - using temp directory for jetty: /Users/mcejka/.hawtio/tmp
[main] INFO jetty - Scanning for 3rd party plugins in directory: plugins
[main] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /simple-plugin-1.5-SNAPSHOT, did not find org.apache.jasper.servlet.JspServlet
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/mcejka/.hawtio/tmp/simple-plugin-1.5-SNAPSHOT.war/webapp/WEB-INF/lib/slf4j-log4j12-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/mcejka/Downloads/hawtio-app-1.4.52.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (io.hawt.web.plugin.HawtioPlugin).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[main] INFO org.eclipse.jetty.webapp.WebAppContext - hawt.io simple plugin at http://0.0.0.0:8090/simple-plugin-1.5-SNAPSHOT
[main] INFO jetty - Added 3rd party plugin with context-path: /simple-plugin-1.5-SNAPSHOT
Added 3rd party plugin with context-path: /simple-plugin-1.5-SNAPSHOT
Embedded hawtio: You can use --help to show usage
Using options [
war=/private/var/folders/bm/gscmy_6d5f52xz038twpwymjfjz5kl/T/hawtio-1582436603468747864.war
contextPath=/hawtio
port=8090
extraClassPath=file:/Library/Java/JavaVirtualMachines/jdk1.8.0_51.jdk/Contents/Home/lib/tools.jar
plugins=plugins
jointServerThread=false
help=false]
About to start hawtio /private/var/folders/bm/gscmy_6d5f52xz038twpwymjfjz5kl/T/hawtio-1582436603468747864.war
[main] INFO org.eclipse.jetty.server.Server - jetty-8.y.z-SNAPSHOT
[main] INFO org.eclipse.jetty.webapp.WebInfConfiguration - Extract jar:file:/private/var/folders/bm/gscmy_6d5f52xz038twpwymjfjz5kl/T/hawtio-1582436603468747864.war!/ to /Users/mcejka/.hawtio/tmp/webapp
[main] INFO org.eclipse.jetty.webapp.StandardDescriptorProcessor - NO JSP Support for /hawtio, did not find org.apache.jasper.servlet.JspServlet
[main] INFO io.hawt.system.ConfigManager - Configuration will be discovered via system properties
[main] INFO io.hawt.jmx.JmxTreeWatcher - Welcome to hawtio 1.4.52 : http://hawt.io/ : Don't cha wish your console was hawt like me? ;-)
[main] INFO io.hawt.jmx.UploadManager - Using file upload directory: /var/folders/bm/gscmy_6d5f52xz038twpwymjfjz5kl/T//uploads
[main] INFO /hawtio - Loading Blueprint contexts [file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/classes/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-aether-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-core-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-git-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-ide-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-json-schema-mbean-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-kubernetes-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml, jar:file:/Users/mcejka/.hawtio/tmp/webapp/WEB-INF/lib/hawtio-local-jvm-mbean-1.4.52.jar!/OSGI-INF/blueprint/blueprint.xml]
[main] INFO io.hawt.git.GitFacade - hawtio using config directory: /Users/mcejka/.hawtio/config
[main] INFO io.hawt.git.GitFacade - Performing a pull in git repository /Users/mcejka/.hawtio/config on remote URL: https://github.com/hawtio/hawtio-config.git. Subsequent pull attempts will use debug logging
[main] INFO io.hawt.web.AuthenticationFilter - Starting hawtio authentication filter, JAAS authentication disabled
[main] INFO /hawtio - jolokia-agent: Using access restrictor classpath:/jolokia-access.xml
[main] INFO org.eclipse.jetty.webapp.WebAppContext - hawtio at http://0.0.0.0:8090/hawtio
[main] INFO org.eclipse.jetty.server.AbstractConnector - Started SelectChannelConnector#0.0.0.0:8090
hawtio: Don't cha wish your console was hawt like me!
=====================================================
http://localhost:8090/hawtio
[qtp1501587365-23] INFO io.hawt.web.keycloak.KeycloakServlet - Keycloak integration is disabled

Solved by properly renaming the plugin. It has to be "simple-plugin" instead of "simple-plugin-1.42" or anything else.

Related

Running Hello_Osgi in ESF Emulator crashes on Eclipse EE, Kura, Ubuntu Linux

I am trying to establish a toolchain for writing Java ESF/OSGI plugins. I have carefully followed the instructions given in the Eurotech ESF documentation (Development Environment Setup, Hello World Application, Deploy and Debug Applications).
Having completed my trivial Hello_Osgi project, I right-click ESF Emulator_Linux.launch in org.eclipse.jura.emulator project. I then choose Run As and then 1 ESF_Emulator_Linux.
In the Eclipse Console I do not see any output from my Hello_Osgi project being run. The first line of output is this (copied by eye):
<terminated>ESF Emulator Linux[OSGI Framework]/home/john/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955/jre/bin/java (26 May 2021, 10:32:28 - 10.32.51)
I then get pages of errors, followed by output from other projects. It appears that the ESF Emulator is crashing - but then how come the other projects run OK?
Can anyone please suggest what I am doing wrong?
The components installed are:
esf-user_workspace_archive_6.2.0.zip
Java openJDK 1.8.0_292 (for Hello_Osgi project)
mtoolkit-neon.s3-website-us-east-1.amazonws.com
Eclipse JEE-2021-03
Java OpenJDK 15.0.2 (came with Eclipse EE install)
Ubuntu Desktop 20.04
First few lines of Eclipse Console Output:
2021-05-26T10:32:32,348 [main] INFO c.e.f.s.m.AdvancedCryptoServiceImpl - Activating... b0307191400
2021-05-26T10:32:32,977 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO c.f.h.HelloWorld - Bundle com.fuelactive.hello_osgi has started OK
2021-05-26T10:32:32,978 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO c.f.h.HelloWorld - Bundle com.fuelactive.hello_osgi has started OK
2021-05-26T10:32:32,978 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO c.f.h.HelloWorld - Bundle com.fuelactive.hello_osgi has started OK
osgi> 2021-05-26T10:32:34,519 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.u.log - Logging initialized #5901ms to org.eclipse.jetty.util.log.Slf4jLog
2021-05-26T10:32:34,702 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.Server - jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 15.0.2+7-27
2021-05-26T10:32:34,743 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.session - DefaultSessionIdManager workerName=node0
2021-05-26T10:32:34,743 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.session - No SessionScavenger set, using defaults
2021-05-26T10:32:34,745 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.session - node0 Scavenging every 660000ms
2021-05-26T10:32:34,783 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler#71939acc{/,null,AVAILABLE}
2021-05-26T10:32:34,797 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.AbstractConnector - Started ServerConnector#747f84f3{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2021-05-26T10:32:34,797 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO o.e.j.s.Server - Started #6181ms
Framework is running in emulation mode
I received a response from technical support. They tell me that the ESF 6.2.0 emulator is a problem and to deploy direct to hardware instead.
This means that the "Getting Started" documentation is useless, since it requires the reader to use the emulator.

Visual Studio Code internet error

So yesterday I was installing extensions and then when opening my laptop today I wanted to explore some more and got a message saying that I had an error and check my logs and this is what [2018-06-07 10:51:07.049] [main] [info] update#setState idle
[2018-06-07 10:51:37.053] [main] [info] update#setState checking for updates
[2018-06-07 10:51:37.080] [main] [error] Error: net::ERR_INTERNET_DISCONNECTED
[2018-06-07 10:51:37.080] [main] [info] update#setState idle
How can I fix this ?
Okay I managed to fix it by doing the following command in my terminal (I'm using parrot security Os)
dpkg-reconfigure code

jBPM process is never exported into jar with Build & Deploy (KIE workbench 6.5.0)

I am working on a project in which I have defined a simple jBPM process.
When I try to Build & Deploy this project the generated (k)jar seems correct but the defined business process is never exported: I need to include it manually by dropping it into the jar.
What is needed to to build, export and deploy a business process in KIE workbench?
The org.drools and org.jbpm were included at some time just to find out if that would force a succesful exportation of my business process, but it did not. Perhaps I need to include another build plugin, but according to documentation the current one should be sufficient.
I am working on a Wildfly 10.
The build log in console:
09:27:09,084 INFO [org.guvnor.common.services.builder.ResourceChangeIncrementalBuilder] (Thread-154) Incremental build request received for: default://master#myRepository/myProject/src/main/resources/META-INF/kmodule.xml (updated).
09:27:09,224 INFO [org.guvnor.common.services.builder.ResourceChangeIncrementalBuilder] (EJB default - 8) Incremental build request being processed: PathImpl{uri='default://master#myRepository/myProject', fileName='myProject', attrs={}} (updated).
09:27:10,697 WARN [org.drools.compiler.kie.builder.impl.AbstractKieModule] (EJB default - 8) No files found for KieBase default
09:27:10,698 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (EJB default - 8) KieModule was added: MemoryKieModule[releaseId=myOrganization:myProject:1.0.0-SNAPSHOT]
09:27:11,724 INFO [AssetMgmt] (default task-33) Auto approve for user: Drools
09:27:11,725 INFO [AssetMgmt] (default task-33) Operation : Build and deploy project
09:27:11,725 INFO [AssetMgmt] (default task-33) Repository : myRepository/myProject
09:27:11,725 INFO [AssetMgmt] (default task-33) Project : null
09:27:11,734 INFO [org.guvnor.asset.management.backend.handlers.AssetMgmtStartWorkItemHandler] (default task-33) Start asset management process: BuildProject
09:27:13,311 WARN [org.drools.compiler.kie.builder.impl.AbstractKieModule] (EJB default - 2) No files found for KieBase default
09:27:13,311 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (EJB default - 2) KieModule was added: MemoryKieModule[releaseId=myOrganization:myProject:1.0.0-SNAPSHOT]
09:27:19,316 WARN [org.drools.compiler.kie.builder.impl.AbstractKieModule] (EJB default - 4) No files found for KieBase default
09:27:19,317 INFO [org.drools.compiler.kie.builder.impl.KieRepositoryImpl] (EJB default - 4) KieModule was added: MemoryKieModule[releaseId=myOrganization:myProject:1.0.0-SNAPSHOT]
09:27:23,176 INFO [stdout] (EJB default - 4) Deploy of myOrganization:myProject:1.0.0-SNAPSHOT into runtime is skipped
Many thanks in advance.
This question is also exposed on the jBPM usage forum.
Code source is available on github.
Maven build kjar is available on github.
EDITS:
- I removed the code of my pom.xml since it is now available on GitHub.
- I can only post a maximum of two links, so I removed the link to the isue on the jBPM usage forum.
- I included the log output of the build.
I have encountered the error.
The error is that the process contained a rule task without assigning a ruleflow-group. This error was not detected during building & deploying but I detected it by coincidence in the console of Wildfly. Once I assigned a ruleflow-group to the task the process was exported.
I think this error should be elevated to the workbench messages since the user is not alarmed.
I updated the projects on GitHub.
Thank you.

Login Loop - TFS Plugin - Eclipse Oxygen

Getting the following error when trying to connect to a VSTS server through the Eclipse TFS plugin.
I get the OAuth2 window that asks for my credentials.
When i type in my email hernando.hoyos#axa-equitable.com i get redirected and an IE window quickly opens then closes.
This is what the log says but i dont really understand the error.
Anyone any ideas?
Thanks in advance,
2017-03-08 12:00:10,957 INFO [main]
(com.microsoft.tfs.core.config.httpclient.DefaultHTTPClientFactory)
HttpClient configured for https://app.vssps.visualstudio.com,
authenticating with JWT token 2017-03-08 12:00:11,526 WARN [main]
(com.microsoft.tfs.core.httpclient.HttpMethodBase) Cookie rejected:
"$Version=0;
VstsSession={"PersistentSessionId":"4f82d81f-9717-4f3f-8e20-90ea99355026","PendingAuthenticationSessionId":"00000000-0000-0000-0000-000000000000","CurrentAuthenticationSessionId":"00000000-0000-0000-0000-000000000000"};
$Path=/; $Domain=.visualstudio.com". Domain attribute
".visualstudio.com" violates RFC 2109: host minus domain may not
contain any dots 2017-03-08 12:00:11,527 INFO [main]
(com.microsoft.alm.auth.pat.VstsPatAuthenticator) Retrieving
PersonalAccessToken for uri:https://axa-us.visualstudio.com with
name:TEE: https://axa-us.visualstudio.com on: USLINY2PC09F8KW, and
with scope:, prompt behavior: AUTO 2017-03-08 12:00:13,316 WARN
[main] (com.microsoft.tfs.client.common.credentials.CredentialsHelper)
Failed to authenticate interactively with web browser. This requires
either JavaFX or SWT based web browser control: 2017-03-08
12:00:13,316 WARN [main]
(com.microsoft.tfs.client.common.credentials.CredentialsHelper) 1.
JavaFX web browser control is only supported on Oracle Java SE 7
update 6 or higher, Oracle Java SE 8, or OpenJDK 8 runtime (Please
note you may need to compile OpenJFX project yourself). 2017-03-08
12:00:13,316 WARN [main]
(com.microsoft.tfs.client.common.credentials.CredentialsHelper) 2. To
launch SWT browser with a specific XULRunner, please set the value of
Java system property 'org.eclipse.swt.browser.XULRunnerPath' to the
full path of the specific XULRunner. 2017-03-08 12:00:13,316 INFO
[CancellableCommandThread-92]
(com.microsoft.tfs.client.common.ui.config.UITransportRequestHandler)
Credentials dialog has been cancelled by the user. 2017-03-08
12:00:13,316 WARN [CancellableCommandThread-92]
(com.microsoft.tfs.core.TFSConfigurationServer) Error getting data
provider
com.microsoft.tfs.core.ws.runtime.exceptions.TransportRequestHandlerCanceledException:
User canceled transport request handling at
com.microsoft.tfs.core.ws.runtime.client.SOAPService.executeSOAPRequest(SOAPService.java:475)
at
ms.ws._LocationWebServiceSoap12Service.connect(_LocationWebServiceSoap12Service.java:385)
at
com.microsoft.tfs.core.clients.framework.location.internal.LocationWebServiceProxy.connect(LocationWebServiceProxy.java:58)
at
com.microsoft.tfs.core.clients.framework.location.LocationService.connect(LocationService.java:719)
at
com.microsoft.tfs.core.TFSConfigurationServer.getServerDataProvider(TFSConfigurationServer.java:254)
at
com.microsoft.tfs.core.TFSConnection.authenticate(TFSConnection.java:788)
at
com.microsoft.tfs.client.common.ui.commands.ConnectToConfigurationServerCommand.doRun(ConnectToConfigurationServerCommand.java:164)
at
com.microsoft.tfs.client.common.framework.command.Command.run(Command.java:92)
at
com.microsoft.tfs.client.common.framework.command.RunnableCommandAdapter.run(RunnableCommandAdapter.java:95)
at java.lang.Thread.run(Unknown Source)
The solution is Using Eclipse Mars or Eclipse Neon.
I installed eclipse Oxygen today and I installed the TFS plugin this site: http://dl.microsoft.com/eclipse/tfs and it is working well.
Window > Install new software > http://dl.microsoft.com/eclipse/tfs

spark scala warning : do they need to be resolved?

I get below screen when I run Scala (Using Scala version 2.10.5). I am using it along with Spark version 1.6.1. The book that I am learning from has a screenshot and it doesn't show so many warnings. Why am I getting those warning. Do I need to resolve them for a smooth execution?
c:\spark-1.6.1-bin-hadoop2.6\spark-1.6.1-bin-hadoop2.6>bin\spark-shell
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
16/03/16 08:12:59 WARN NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
Welcome to
____ __
/ __/__ ___ _____/ /__
_\ \/ _ \/ _ `/ __/ '_/
/___/ .__/\_,_/_/ /_/\_\ version 1.6.1
/_/
Using Scala version 2.10.5 (Java HotSpot(TM) 64-Bit Server VM, Java 1.8.0_65)
Type in expressions to have them evaluated.
Type :help for more information.
Spark context available as sc.
16/03/16 08:13:09 WARN General: Plugin (Bundle) "org.datanucleus.store.rdbms" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/c:/spark-1.6.1-bin-hado
p2.6/spark-1.6.1-bin-hadoop2.6/bin/../lib/datanucleus-rdbms-3.2.9.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/C:/spark-1.6.1-bin-hadoop2.6/spark-1.6.1-bin-hadoop2
6/lib/datanucleus-rdbms-3.2.9.jar."
16/03/16 08:13:09 WARN General: Plugin (Bundle) "org.datanucleus.api.jdo" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/C:/spark-1.6.1-bin-hadoop2.
/spark-1.6.1-bin-hadoop2.6/lib/datanucleus-api-jdo-3.2.6.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/c:/spark-1.6.1-bin-hadoop2.6/spark-1.6.1-bin-hadoop2.6/bin/..
lib/datanucleus-api-jdo-3.2.6.jar."
16/03/16 08:13:09 WARN General: Plugin (Bundle) "org.datanucleus" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/C:/spark-1.6.1-bin-hadoop2.6/spark-
.6.1-bin-hadoop2.6/lib/datanucleus-core-3.2.10.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/c:/spark-1.6.1-bin-hadoop2.6/spark-1.6.1-bin-hadoop2.6/bin/../lib/datan
cleus-core-3.2.10.jar."
16/03/16 08:13:09 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/03/16 08:13:09 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/03/16 08:13:14 WARN ObjectStore: Version information not found in metastore. hive.metastore.schema.verification is not enabled so recording the schema version 1.2.0
16/03/16 08:13:14 WARN ObjectStore: Failed to get database default, returning NoSuchObjectException
16/03/16 08:13:15 WARN : Your hostname, njog-MOBL1 resolves to a loopback/non-reachable address: 192.168.56.1, but we couldn't find any external IP address!
16/03/16 08:13:22 WARN General: Plugin (Bundle) "org.datanucleus.store.rdbms" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/c:/spark-1.6.1-bin-hado
p2.6/spark-1.6.1-bin-hadoop2.6/bin/../lib/datanucleus-rdbms-3.2.9.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/C:/spark-1.6.1-bin-hadoop2.6/spark-1.6.1-bin-hadoop2
6/lib/datanucleus-rdbms-3.2.9.jar."
16/03/16 08:13:22 WARN General: Plugin (Bundle) "org.datanucleus.api.jdo" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/C:/spark-1.6.1-bin-hadoop2.
/spark-1.6.1-bin-hadoop2.6/lib/datanucleus-api-jdo-3.2.6.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/c:/spark-1.6.1-bin-hadoop2.6/spark-1.6.1-bin-hadoop2.6/bin/..
lib/datanucleus-api-jdo-3.2.6.jar."
16/03/16 08:13:22 WARN General: Plugin (Bundle) "org.datanucleus" is already registered. Ensure you dont have multiple JAR versions of the same plugin in the classpath. The URL "file:/C:/spark-1.6.1-bin-hadoop2.6/spark-
.6.1-bin-hadoop2.6/lib/datanucleus-core-3.2.10.jar" is already registered, and you are trying to register an identical plugin located at URL "file:/c:/spark-1.6.1-bin-hadoop2.6/spark-1.6.1-bin-hadoop2.6/bin/../lib/datan
cleus-core-3.2.10.jar."
16/03/16 08:13:22 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
16/03/16 08:13:22 WARN Connection: BoneCP specified but not present in CLASSPATH (or one of dependencies)
SQL context available as sqlContext.