mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Modified code and license
This commit is contained in:
parent
75d8ee645c
commit
50c41fcd6d
3 changed files with 3 additions and 1 deletions
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
package org.apache.zeppelin.bigquery;
|
||||
|
||||
|
||||
import static org.apache.commons.lang.StringUtils.containsIgnoreCase;
|
||||
|
||||
import com.google.api.client.http.HttpTransport;
|
||||
|
|
|
|||
2
pom.xml
2
pom.xml
|
|
@ -72,8 +72,8 @@
|
|||
<module>lens</module>
|
||||
<module>cassandra</module>
|
||||
<module>elasticsearch</module>
|
||||
<module>alluxio</module>
|
||||
<module>bigquery</module>
|
||||
<module>alluxio</module>
|
||||
<module>zeppelin-web</module>
|
||||
<module>zeppelin-server</module>
|
||||
<module>zeppelin-distribution</module>
|
||||
|
|
|
|||
|
|
@ -4,6 +4,7 @@
|
|||
(Apache 2.0) JavaEWAH v0.7.9 (https://github.com/lemire/javaewah) - https://github.com/lemire/javaewah/blob/master/LICENSE-2.0.txt
|
||||
|
||||
|
||||
|
||||
The following components are provided under Apache License.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue