10월, 2015의 게시물 표시

Maven Shade Plugin

<plugin>     <groupId>org.apache.maven.plugins</groupId>     <artifactId>maven-shade-plugin</artifactId>     <version>${maven.shade.plugin.version}</version>     <executions>         <execution>             <phase>package</phase>             <goals>                 <goal>shade</goal>             </goals>             <configuration>                 <finalName>${project.artifactId}</finalName>                 <minimizeJar>false</minimizeJar>                 <filters>                     <filter>                         <artifact>*:*</artifact>                         <excludes>                             <exclude>META-INF/*.SF</exclude>                             <exclude>META-INF/*.DSA</exclude>                             <exclude>META-INF/*.RSA</exclude>                         &l

Maven Assembly Plugin

<plugin>     <groupId>org.apache.maven.plugins</groupId>     <artifactId>maven-assembly-plugin</artifactId>     <executions>         <execution>             <id>create-jar</id>             <phase>package</phase>             <goals>                 <goal>single</goal>             </goals>             <configuration>                 <descriptorRefs>                     <descriptorRef>                         jar-with-dependencies                     </descriptorRef>                 </descriptorRefs>             </configuration>         </execution>     </executions> </plugin>

Scala Maven Example

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">     <modelVersion>4.0.0</modelVersion>     <groupId>kr.co.devlog</groupId>     <artifactId>scala-maven-example</artifactId>     <version>0.0.1-SNAPSHOT</version>     <packaging>jar</packaging>     <properties>        <!-- Project Properties -->         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>         <!-- Plug-in properties -->         <scala.version>2.11.7</scala.version>         <maven.compiler.source>1.8</maven.compiler.source>         <maven.compiler.target>1.8</maven.compiler.target&

BigQuery Export Schema

데이터세트 BigQuery 통합이 사용 설정된 각 프로필에 대해 데이터세트가 프로필 ID에 설정된 이름으로 프로필 ID에 추가됩니다. 표 각 데이터세트 내에서 내보내기하는 날마다 표를 가져옵니다. 표 형식은 'ga_sessions_YYYYMMDD'입니다. 행 표의 각 행은 Google 애널리틱스 프리미엄 방문에 해당합니다. 열 내보내기 내 열 목록은 다음과 같습니다. BigQuery에서 일부 열에는 중첩된 필드 및 메시지가 있을 수 있습니다. Field Name Data Type Description fullVisitorId STRING 고유한 방문자 ID (클라이언트 ID) userId STRING 서비스 사용자를 구분할 수 있는 ID visitorId NULL Deprecated. 대신 'fullVisitorId'를 사용 visitNumber INTEGER 이 방문자의 방문수입니다. 방문자의 첫 번째 방문인 경우 1로 설정됩니다. visitId INTEGER 이 방문에 대한 식별자입니다. 일반적으로 _utmb 쿠키로 저장된 값의 일부로, 방문자마다 고유합니다. 완전히 고유한 방문 ID의 경우 fullVisitorId와 visitId의 조합을 사용해야 합니다. visitStartTime INTEGER 타임스탬프입니다(POSIX 시간으로 표현됨). date STRING YYYYMMDD 형식의 방문 날짜입니다. totals RECORD 이 섹션에는 방문에 대한 집계 가치가 포함되어 있습니다. totals.visits INTEGER 방문수입니다(편의상). 이 값은 항상 1입니다. totals.hits INTEGER 방문 동안 발생한 총 조회수입니다. totals.pageviews INTEGER 방문 동안 발생한 총 페이지뷰 수입니다. totals.timeOnSite INTEGER 총 방문 시간입니다(단위: 초). totals.bounces INTEGER 총 이탈수