`
sillycat
  • 浏览: 2539806 次
  • 性别: Icon_minigender_1
  • 来自: 成都
社区版块
存档分类
最新评论

Data Import Process

 
阅读更多
Data Import Process
1. prepare the file
All the files are ended with the vendorId, *.11101. All these files are listed in /mnt/feeds.

first we need to zip all the files.
>tar -cjvf /working_directory/loadfilename.bz2 *.11101

download the file to local directory
>scp username@server.com:/working_directory/loadfilename.bz2 ./loadfilename.bz2

>tar zxvf loadfilename.bz2

2. prepare the server
update the latest server codes.
modify the basicConfiguration.xml, delete the other email users.

3. execute URL
http://server.com:8080/30cm-dbupdate/process?vendorId=11101
http://server.com:8080/30cm-dbupdate/executeDBUpdater.jsp?name=storename

we need to check the store name in DBUpdater.java class. The store name is hard code there.

4. prepare the database
export the structure from server.
>mysqldump -u username -ppassword -h localhost -P 3306 -d databasename >/home/hua.luo/database.sql

>scp username@server.com:/home/hua.luo/database.sql ./database.sql

>mysql -u username -ppassword -h localhost -P 3306  databasename </Users/carl/feeds/database.sql

Every thing is done.

5. prepare the JBOSS configuration
click 'Open launch configuration' ----> Arguments ---> VM Arguments ----->
-Dprogram.name=run.bat -Xms768m -Xmx1568m  -XX:MaxPermSize=356m

>curl executeURL

Check if the server is running well
>ps -ef | grep mysql

references:



分享到:
评论

相关推荐

    SAP PO/PI教程 Process Orchestration The Comprehensive Guide

    3.4.1 Manual Export and Import of Data 3.4.2 Automatic Bridge Forwarding 3.4.3 Full Automatic Synchronization 3.5 Tips and Tricks 3.5.1 Naming Convention 3.5.2 Keeping Your System Landscape ...

    solr定时自动同步数据库需要用到的apache-solr-dataimportscheduler.jar包

    2. 配置Solr的`data-config.xml`文件,指定数据源、数据表、查询语句以及字段映射。 3. 如果需要认证,要在配置文件中添加数据库连接的用户名和密码。 4. 启动定时任务,设置同步频率,这可能涉及到修改Solr的配置...

    Scala Data Analysis Cookbook(PACKT,2015)

    Starting with introductory recipes on utilizing the Breeze and Spark libraries, get to grips withhow to import data from a host of possible sources and how to pre-process numerical, string, and date ...

    Python库 | nuc_data_tool-4.0.4-py3.9.egg

    processed_data = data.process() data.plot() ``` 以上代码仅为示例,实际使用时需要参照库的官方文档或源代码中的具体接口定义。 总的来说,nuc_data_tool-4.0.4-py3.9.egg是一个专门针对核数据处理的Python库,...

    Universal Import Fixer (UIF) v1.2.rar

    (in Code section or Data section or any...) that IAT will repair to it. if you fill it with ZERO, UIF will fill it automatically. so you can fill &lt;code Start&gt; , &lt;Code End&gt; with a Dll address area,...

    使用K近邻算法实现手写体MINST数据集识别

    from multiprocessing import Process,Manager,Lock #方法:读取数据集中储存图片的文件,返回一个大的矩阵,每个行向量代表一张图片(28*28像素) def load_image(file_name): #读取整个文件进入缓冲区 file_...

    java 进程通信 实例(直接运行)

    import org.msun.process.ProcessMonitor; import org.msun.process.ProcessMonitor.NewMsgListener; /** * 开启守护进程 */ public class StartService { public static void main(String[] args) { // 开启...

    data_analyse_python3_json文件处理_

    这里的`data`变量将存储JSON文件解析后的Python对象,可能是字典、列表或其他数据结构。 对于labelme生成的JSON文件,其结构通常包括图像的元数据(如文件名、宽度、高度等)和标注信息。标注信息可能是一个复杂的...

    web3data-js:Web3Data.js-与单个库中的多个区块链进行交互的最简单方法

    然后在您的代码中可以像这样使用它: const web3Data = new Web3Data ( process . env . API_KEY ) 安装使用npm: npm install web3data-js 使用CDN: &lt; script src =" ...

    react-image-process:用于React的图像处理组件

    React图像处理 ...import ReactImageProcess from 'react-image-process' ; const onComplete = data =&gt; { console . log ( 'data:' , data ) ; } ; ReactDOM . render ( &lt; ReactImageProcess mode = "base

    PyPI 官网下载 | cnf_process-0.0.2-py3-none-any.whl

    processed_data = cnf_process.some_function(input_data) ``` 由于我们没有具体的库功能信息,以上只是基于一般Python库开发流程的介绍。要获取更多关于"cnf_process"库的详细信息,建议访问其在PyPI的页面或者...

    SAP BW Tables

    - Validating data during the import process based on predefined field definitions. #### TransferStructurefields (RSTSRULES) **Purpose:** This table defines the rules associated with transfer ...

    Python库 | flowpy-0.2-py3-none-any.whl

    from flowpy.flow_process import process_data data = load_your_data() # 加载数据集 processed_data = process_data(data) ``` 在这个例子中,`process_data`可能是对原始数据进行预处理、清洗或转换的工具。 ...

    asp.net 大马汉化版

    &lt;%@ import Namespace="System.Data"%&gt; &lt;%@ import Namespace="System.Management"%&gt; &lt;%@ import Namespace="System.Data.OleDb"%&gt; &lt;%@ import Namespace="Microsoft.Win32"%&gt; &lt;%@ import Namespace="System.Net....

    python绘制直方图-02-进程之间不共享全局变量.ev4.rar

    gen_process = Process(target=generate_data, args=(data_queue,)) plot_process = Process(target=plot_histogram, args=(data_queue,)) gen_process.start() gen_process.join() # 等待数据生成完成 plot_...

    Universal Import Fixer (UIF) v1.0 (FINAL) by Magic_h2001

    ======= This tool is an Import Fixer (not Import Rebuilder ImpRec etc) and Just work in memory of target process. dont tell me how to use this Tool...if you can not use this Simple Tool ...

    99csv4.2.2.0.zip_The Process_csv

    data = pd.read_csv('99csv4.2.2.0.csv') ``` 此外,CSV也适用于服务器之间的数据交换,比如在Web应用中,用户可能需要导出或导入数据,CSV就是理想的格式。 压缩包中的 "99csv4.2.2.0.exe" 文件很可能是一个执行...

    python后端实现进度条 progress_bar_demo.zip

    from .views import process_data urlpatterns = [ path('process_data/', process_data, name='process_data'), ] ``` 通过以上步骤,我们就实现了一个简单的Django后端进度条功能,前端可以通过Ajax实时...

    基于python的处理CSV文件和JSON数据的程序与设计.pdf

    def process_data(csv_data, json_data): # 数据处理和分析 pass def main(): csv_file = 'example.csv' json_file = 'example.json' csv_data = read_csv(csv_file) json_data = read_json(json_file) ...

Global site tag (gtag.js) - Google Analytics